Provenance
Freshness & coverage
Methods (3)
searchOilGasInfrastructure
readDCNR Pads + Pipelines on state forest. Filter padType/pipelineType/status/district/operator.
EntitiesrecordInput 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
readPA 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
readPennsylvania DCNR service catalog: schemas + record counts (5 services).
EntitiesmetadataInput schema
{ "type": "object", "properties": { "service": { "type": "string", "examples": [ "pads" ] } }, "additionalProperties": false }
