All data sources

PA Department of Conservation and Natural Resources

No authpa-dcnr

Pennsylvania DCNR Bureau of Forestry. State forest + park boundaries + O&G infrastructure on state forest land. - searchOilGasInfrastructure ⭐ Pads (~941) + Pipelines (~762). Reframed from spec searchStateForestLeases. - searchStateForests (661 polys / 20 districts), getServiceInfo upstream quirks: DCNR does NOT publish state-forest mineral leases as Feature Service — lessee data is PDF-only. Method reframed against BOF/OilGasInfrastructure (the geometry of leased activity). Pad_Type / Status / Pipeline_Type are SmallInteger codes — decoded via published domains. Status 10=Active / 4=construction complete / 7=reclaimed; Pad_Type 1=gas well / 4=compressor / 10=Monitoring; Pipeline_Type 1=Gathering / 6=Trunk. Pads layer has NO operator (Pipelines does).

Provenance

PublisherPA Department of Conservation and Natural Resources

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required

Methods (3)

  • searchOilGasInfrastructure

    read

    DCNR Pads + Pipelines on state forest. Filter padType/pipelineType/status/district/operator.

    Entitiesrecord
    Input schema
    {
      "type": "object",
      "properties": {
        "infrastructureType": {
          "type": "string",
          "examples": [
            "pads"
          ],
          "oneOf": [
            {
              "type": "string",
              "enum": [
                "all"
              ]
            },
            {
              "type": "string",
              "enum": [
                "pads"
              ]
            },
            {
              "type": "string",
              "enum": [
                "pipelines"
              ]
            }
          ]
        },
        "padType": {
          "type": "string"
        },
        "pipelineType": {
          "type": "string"
        },
        "status": {
          "type": "string",
          "examples": [
            "Active"
          ]
        },
        "districtNumber": {
          "type": "number"
        },
        "tractId": {
          "type": "string"
        },
        "operator": {
          "type": "string"
        },
        "bbox": {
          "type": "array",
          "items": {
            "type": "number"
          }
        },
        "near": {
          "type": "object",
          "properties": {
            "lat": {
              "type": "number"
            },
            "lon": {
              "type": "number"
            },
            "radiusMiles": {
              "type": "number"
            }
          },
          "required": [
            "lat",
            "lon",
            "radiusMiles"
          ],
          "additionalProperties": false
        },
        "limit": {
          "type": "number"
        },
        "format": {
          "oneOf": [
            {
              "type": "string",
              "enum": [
                "records"
              ]
            },
            {
              "type": "string",
              "enum": [
                "geojson"
              ]
            }
          ]
        }
      },
      "additionalProperties": false
    }

    Reframed from spec searchStateForestLeases — leases not Feature Service.

  • searchStateForests

    read

    PA State Forest boundaries (~661 polys). Pass asDistrict:true for the 20-row admin layer.

    Input schema
    {
      "type": "object",
      "properties": {
        "forestName": {
          "type": "string",
          "examples": [
            "Susquehannock"
          ]
        },
        "districtName": {
          "type": "string"
        },
        "districtNumber": {
          "type": "number"
        },
        "landManager": {
          "type": "string"
        },
        "asDistrict": {
          "type": "boolean"
        },
        "bbox": {
          "type": "array",
          "items": {
            "type": "number"
          }
        },
        "near": {
          "type": "object",
          "properties": {
            "lat": {
              "type": "number"
            },
            "lon": {
              "type": "number"
            },
            "radiusMiles": {
              "type": "number"
            }
          },
          "required": [
            "lat",
            "lon",
            "radiusMiles"
          ],
          "additionalProperties": false
        },
        "limit": {
          "type": "number"
        },
        "format": {
          "oneOf": [
            {
              "type": "string",
              "enum": [
                "records"
              ]
            },
            {
              "type": "string",
              "enum": [
                "geojson"
              ]
            }
          ]
        }
      },
      "additionalProperties": false
    }
  • getServiceInfo

    read

    Pennsylvania DCNR service catalog: schemas + record counts (5 services).

    Entitiesmetadata
    Input schema
    {
      "type": "object",
      "properties": {
        "service": {
          "type": "string",
          "examples": [
            "pads"
          ]
        }
      },
      "additionalProperties": false
    }