Data powering the DRE Atlas Planning Platform - https://dre.energydata.info
Explore comprehensive datasets on communities across 58 countries from Sub-Saharan Africa, Asia & the Pacific, and Latin America & the Caribbean to enable informed investment decisions.
This repository hosts the underlying data for the DRE Atlas Planning Platform, hosted on energydata.info — produced by VIDA, commissioned and funded by the Energy Sector Management Assistance Program (ESMAP), the World Bank, and the International Finance Corporation (IFC).
Settlement-level data for distributed renewable energy (DRE) planning, covering over 1.9 million settlements across 58 countries in Sub-Saharan Africa, Asia, the Pacific, and the Americas.
Every settlement in the dataset is a mapped population cluster identified using DBSCAN clustering on Google-Microsoft-OSM Open Buildings - combined by VIDA. Each settlement carries 50+ attributes covering:
Schema varies by country. Full field definitions in the DRE Atlas Technical Documentation (PDF) and the data dictionary.
A STAC collection with per-country items is available at collection.json, and can be browsed interactively through STAC Browser.
Each item includes HTTPS and S3 asset URLs, bounding box, and settlement count. Per-country energy analytics (total connections, total energy demand, demand per connection) are exposed as dre: item properties.
Per-country GeoParquet 1.1.0 files under by_country/country_iso=<ISO>/, following GeoParquet distribution best practices.
Given that schema varies by country, use schema merging when reading multiple countries together (e.g. union_by_name=true in DuckDB, schema=pa.unify_schemas(...) in PyArrow).
Per-country PMTiles under by_country/country_iso=<ISO>/.
A combined PMTiles file covering all 58 countries is available at dre_atlas.pmtiles. All layers are unified under the name dre_atlas.
Traditional formats (CSV, GeoJSON) are available for download on energydata.info.
PMTiles enables scalable, serverless map visualization directly in the browser.
Combined PMTiles location: https://data.source.coop/vida/dre-atlas/dre_atlas.pmtiles
For QGIS and MapLibre, use the pmtiles:// prefix:
pmtiles://https://data.source.coop/vida/dre-atlas/dre_atlas.pmtiles
Adding a country_iso filter triggers Hive partition pruning — DuckDB reads only the matching files.
Creative Commons Attribution 4.0 International (CC BY 4.0)
You are free to share and adapt this data for any purpose, provided you give appropriate credit.