Provenance
Freshness & coverage
Methods (4)
searchCO2Emitters
readSearch 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
readSearch 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
readCO2 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
readDatasets, field notes, and cache-coverage caveats.
Input schema
{ "type": "object", "properties": {}, "additionalProperties": false }
