All data sources

Poland PGI (CBDG)

No authpoland-pgi

Polish Geological Institute (PGI-PIB) Central Geological Database (CBDG) public ArcGIS REST services covering Poland's upstream oil, gas, and coalbed-methane sector. Search hydrocarbon exploration and production concessions (operator/capital group, mineral, concession type, decision date), coal and coal-mine-methane concessions, 2D and 3D seismic survey footprints (contractor, owner, year), hydrocarbon surface seeps, and Upper Silesian Coal Basin boreholes (depth, stratigraphy). Competitive intelligence on operators such as Orlen S.A., seismic-coverage screening, and CBM/coal-mine-methane prospecting. Toggle on and use - no setup needed.

Provenance

PublisherPoland PGI (CBDG)

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required

Methods (6)

  • searchHydrocarbonConcessions

    read

    Search Polish oil/gas/methane concessions by operator, mineral, type, date, or bbox.

    Entitieslease
    Input 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

    read

    Search Polish coal and coalbed-methane (CBM) concessions by operator, mineral, or bbox.

    Entitieslease
    Input 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

    read

    Search Polish 2D/3D seismic survey footprints by name, operator, region, year, or bbox.

    Entitiessurvey
    Input 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

    read

    Search Polish hydrocarbon surface seeps by area/locality, province, origin, or bbox.

    Entitiesrecord
    Input 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

    read

    Search Upper Silesian Coal Basin (GZW) boreholes by name, stratigraphy, depth, or bbox.

    Entitieswell
    Input 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

    read

    List the PGI CBDG layers this connector exposes with live counts and enum dictionary.

    Entitiesmetadata
    Input schema
    {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    }

    Native EPSG:2180 (PL-1992); queried with outSR=4326 → WGS84.