Open Data
Public static endpoints. No auth. Updated on every production build.
Endpoints
/data/stranded-sites.geojson— 2,611 FeatureCollection · ~1.9 MB (direct download)/data/live-stats.json— aggregates, top sites, value model · ~8.5 KB (direct download)/status.json— health + version
File sizes are approximate static build artifacts; re-run npm run build to refresh.
Source lineage
Facility methane reporting: ECCC open dataset. Stranded Score™, genset recommendations, and ROI fields are model enrichments by Stranded Value — not government numbers.
Reuse
You may use the public JSON for research and non-commercial exploration with attribution: “Data: ECCC; enrichments: Stranded Value (stranded.giveabit.io)”. Commercial redistribution of the enriched pack: contact [email protected].
GeoJSON schema (Feature properties)
| Field | Type | Description |
|---|---|---|
| ghgrp_id | string | ECCC facility identifier (primary key) |
| name | string | Facility / site name |
| company | string | Reporting organization |
| province | string | Canadian province or territory |
| city | string | Nearest municipality (if reported) |
| emission_rate_kg_day | number | Daily methane vent rate (kg CH₄/day) |
| ch4_tonnes_year | number | Annual methane (tonnes) |
| source_type | string | Industrial category (oil_gas_extraction, landfill_waste, …) |
| confidence | string | Data quality: high | medium | low |
| reference_year | number | Reporting year from ECCC filing |
| distance_to_grid_km | number? | Grid tie distance — often null (inferred in Score v3) |
| internet_type | string? | Connectivity class — often null (inferred in Score v3) |
| geometry.coordinates | [lng, lat] | WGS84 point location |
Stranded enrichments (score, genset, ROI) are computed client-side and in live-stats.json aggregates — not in the raw GeoJSON export.
See API docs and methodology for score factors and inferred fields.