Provenance
Freshness & coverage
Methods (6)
searchHydrocarbonConcessions
readSearch Polish oil/gas/methane concessions by operator, mineral, type, date, or bbox.
EntitiesleaseInput schema
{ "type": "object", "properties": { "operator": { "type": "string", "examples": [ "Orlen" ] }, "name": { "type": "string" }, "concessionNumber": { "type": "string" }, "mineral": { "type": "string" }, "concessionType": { "type": "string" }, "decisionDateFrom": { "type": "string" }, "decisionDateTo": { "type": "string" }, "bbox": { "type": "array", "items": { "type": "number" } }, "limit": { "type": "number", "examples": [ 50 ] }, "offset": { "type": "number" } }, "additionalProperties": false }56 polys (WGS84). operator=GRUPA_KAPITAL+KONSORCJUM; PRZEDSIEB is null.
searchCoalMethaneConcessions
readSearch Polish coal and coalbed-methane (CBM) concessions by operator, mineral, or bbox.
EntitiesleaseInput schema
{ "type": "object", "properties": { "operator": { "type": "string" }, "name": { "type": "string" }, "concessionNumber": { "type": "string" }, "mineral": { "type": "string", "examples": [ "metan" ] }, "decisionDateFrom": { "type": "string" }, "decisionDateTo": { "type": "string" }, "bbox": { "type": "array", "items": { "type": "number" } }, "limit": { "type": "number" }, "offset": { "type": "number" } }, "additionalProperties": false }6 polys (WGS84). operator=PRZEDSIEBI. mineral: węgiel kamienny | metan | both.
searchSeismicSurveys
readSearch Polish 2D/3D seismic survey footprints by name, operator, region, year, or bbox.
EntitiessurveyInput schema
{ "type": "object", "properties": { "dimension": { "type": "string", "examples": [ "3d" ] }, "name": { "type": "string" }, "operator": { "type": "string" }, "region": { "type": "string" }, "yearFrom": { "type": "number", "examples": [ 2015 ] }, "yearTo": { "type": "number" }, "bbox": { "type": "array", "items": { "type": "number" } }, "limit": { "type": "number" }, "offset": { "type": "number" } }, "additionalProperties": false }215 3D polys + 13,187 2D lines (WGS84). dimension: 2d | 3d | both.
searchHydrocarbonSeeps
readSearch Polish hydrocarbon surface seeps by area/locality, province, origin, or bbox.
EntitiesrecordInput schema
{ "type": "object", "properties": { "name": { "type": "string" }, "province": { "type": "string" }, "origin": { "type": "string", "examples": [ "naturalny" ] }, "bbox": { "type": "array", "items": { "type": "number" } }, "limit": { "type": "number" }, "offset": { "type": "number" } }, "additionalProperties": false }164 points (WGS84). origin: naturalny (natural) | sztuczny (artificial).
searchCoalBasinBoreholes
readSearch Upper Silesian Coal Basin (GZW) boreholes by name, stratigraphy, depth, or bbox.
EntitieswellInput schema
{ "type": "object", "properties": { "borehole": { "type": "string" }, "name": { "type": "string" }, "stratigraphy": { "type": "string", "examples": [ "karbon" ] }, "province": { "type": "string" }, "minDepth": { "type": "number", "examples": [ 500 ] }, "bbox": { "type": "array", "items": { "type": "number" } }, "limit": { "type": "number" }, "offset": { "type": "number" } }, "additionalProperties": false }23.2K surface + 17.8K underground pts. borehole: surface|underground|both.
getServiceInfo
readList the PGI CBDG layers this connector exposes with live counts and enum dictionary.
EntitiesmetadataInput schema
{ "type": "object", "properties": {}, "additionalProperties": false }Native EPSG:2180 (PL-1992); queried with outSR=4326 → WGS84.
