All data sources

NETL Carbon Storage

No authnetl-ccs

NETL (US DOE) carbon-capture-and-storage data — large CO2 source emitters, NATCARB saline storage basins, and CO2 storage projects. CCS siting for 45Q/EOR/Class VI. No auth. EMITTERS: searchCO2Emitters (~6,326, full US — state, facility, industry, emissions). STORAGE: searchSalineStorageBasins (capacity), searchStorageProjects. RULES: 1. Additive to netl-edx (that's CKAN download bundles; this is queryable ArcGIS). 2. Saline-basin cache is partial (state often blank, no-data capacity = -999) — filter by basinName; emitters are full-US and the richest layer.

Provenance

PublisherNETL Carbon Storage

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required

Methods (4)

  • searchCO2Emitters

    read

    Search large CO2 source emitters (EPA GHGRP) by state, facility, industry (NETL Carbon Storage).

    Input schema
    {
      "type": "object",
      "properties": {
        "state": {
          "type": "string"
        },
        "facilityName": {
          "type": "string"
        },
        "industry": {
          "type": "string"
        },
        "minEmissions": {
          "type": "number"
        },
        "bbox": {
          "type": "array",
          "items": {
            "type": "number"
          }
        },
        "limit": {
          "type": "number"
        },
        "offset": {
          "type": "number"
        }
      },
      "additionalProperties": false
    }
  • searchSalineStorageBasins

    read

    Search NATCARB saline storage basins by name/state/formation (partial cache; capacity_l/h).

    Input schema
    {
      "type": "object",
      "properties": {
        "basinName": {
          "type": "string"
        },
        "state": {
          "type": "string"
        },
        "formation": {
          "type": "string"
        },
        "bbox": {
          "type": "array",
          "items": {
            "type": "number"
          }
        },
        "limit": {
          "type": "number"
        },
        "offset": {
          "type": "number"
        }
      },
      "additionalProperties": false
    }
  • searchStorageProjects

    read

    CO2 storage projects by partnership, type, or location.

    Input schema
    {
      "type": "object",
      "properties": {
        "partnership": {
          "type": "string"
        },
        "type": {
          "type": "string"
        },
        "location": {
          "type": "string"
        },
        "bbox": {
          "type": "array",
          "items": {
            "type": "number"
          }
        },
        "limit": {
          "type": "number"
        },
        "offset": {
          "type": "number"
        }
      },
      "additionalProperties": false
    }
  • getServiceInfo

    read

    Datasets, field notes, and cache-coverage caveats.

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