Access data#
There are a few different ways to access Open Climate Risk data, in addition to exploration via the map tool. This page outlines the different versions and formats of data available for download.
License Agreement
Open Climate Risk data are made available under the licenses listed below. By accessing the data, you agree to adhere to the license terms.
Terms
By viewing Open Climate Risk data, you agree to the TERMS OF DATA ACCESS.
Download options#
Option |
Description |
Formats |
Access |
License |
Data sources |
|---|---|---|---|---|---|
Raster (tensor) data |
Full gridded dataset spanning CONUS |
Icechunk (Zarr-based) |
K Riley et al. (2025), J Scott et al. (2024), R Rasmussen et al. (2023) |
||
Vector (polygon) data |
Full buildings dataset spanning CONUS |
GeoParquet |
Overture Maps Foundation buildings dataset, K Riley et al. (2025), J Scott et al. (2024), R Rasmussen et al. (2023) |
||
Regional statistics |
Summary statistics for regions (state, county, census tract, census block) within CONUS |
CSV, GeoJSON |
Census TIGER/Line, Overture Maps Foundation buildings dataset, K Riley et al. (2025), J Scott et al. (2024), R Rasmussen et al. (2023) |
||
Subsetted vector (point) data |
Building-level data subsetted to active region (county, census tract, census block) |
CSV, GeoJSON |
Map tool (see below) |
Census TIGER/Line, Overture Maps Foundation buildings dataset, K Riley et al. (2025), J Scott et al. (2024), R Rasmussen et al. (2023) |
Full dataset downloads#
Links#
Option |
Path |
Notes |
|---|---|---|
Raster (tensor) data |
|
|
Vector (polygon) data |
|
Schema#
The schemas for each of the full datasets are described on the Data schema page.
Regional statistics downloads#
Note
In rare cases, buildings with centroids situated exactly on regional boundaries may be counted in both region’s statistics.
Links#
CSV |
GeoJSON |
|
|---|---|---|
Statistics by county across CONUS |
||
Statistics by census tract across CONUS |
||
Statistics by census block across CONUS |
||
Statistics by state across CONUS |
||
Summary statistics across CONUS |
Schema#
Variable |
Type |
Description |
|---|---|---|
Region identifiers |
Identifying information for region–a state, county, census tract, or census block–represented in each row |
|
|
int |
Geographic Identifier for region |
|
int |
Total number of buildings in region |
Risk values |
Risk values from output, input, or comparison datasets |
|
|
float |
Mean annual fire risk (~2011 climate conditions) across all buildings in region |
|
float |
Mean annual fire risk (~2047 climate conditions) across all buildings in region |
|
float |
Mean burn probability (~2011 climate conditions) across all buildings in region |
|
float |
Mean burn probability (~2047 climate conditions) across all buildings in region |
|
float |
Mean conditional risk to potential structures (cRPS) from Scott et al. (2024) |
|
float |
Mean burn probability (~2011 climate conditions) across all buildings in region from Riley et al. (2025) |
|
float |
Mean burn probability (~2047 climate conditions) across all buildings in region from Riley et al. (2025) |
|
float |
Median annual fire risk (~2011 climate conditions) across all buildings in region |
|
float |
Median annual fire risk (~2047 climate conditions) across all buildings in region |
|
float |
Median burn probability (~2011 climate conditions) across all buildings in region |
|
float |
Median burn probability (~2047 climate conditions) across all buildings in region |
|
float |
Median conditional risk to potential structures from Scott et al. (2024) |
|
float |
Median burn probability (~2011 climate conditions) across all buildings in region from Riley et al. (2025) |
|
float |
Median burn probability (~2047 climate conditions) across all buildings in region from Riley et al. (2025) |
Histogram values |
Index in array corresponds to integer risk score (e.g., first value reflects number buildings with |
|
|
float[] |
Count of buildings with each risk score (~2011 climate conditions) |
|
float[] |
Count of buildings with each risk score (~2047 climate conditions) |
Downloading subsetted data in the map tool#
The map tool can be used to access region-specific, subsetted downloads.
Steps#
Using the map or search bar, navigate to region of interest.
Scroll to the
Risk in the regionsection in the sidebar.Select your region of interest (continental U.S., state, county, census tract, or census block) and view trends inline.
For subsetted, building-level data (schema below), click
CSV ↓orGeoJSON ↓to download the applicable file for the selected region.If you are instead interested in summary statistics for the region (e.g., to reproduce the histogram), you may click
CSV ↓orGeoJSON ↓to download those files (also available in the Regional statistics downloads section above).

Schema#
Variable |
Type |
Description |
|---|---|---|
Building identifiers |
||
|
int |
Geographic Identifier representing building (multiple buildings might belong to the same GEOID) |
|
degrees |
(CSV only) Longitude of building centroid |
|
degrees |
(CSV only) Latitude of building centroid |
|
Point |
(GeoJSON only) Building centroid as a GeoJSON Point |
Risk values |
||
|
float |
Annual fire risk (~2011 climate conditions) |
|
float |
Annual fire risk (~2047 climate conditions) |
|
float |
Annual burn probability (~2011 climate conditions) |
|
float |
Annual burn probability (~2047 climate conditions) |
|
float |
Conditional risk to potential structures (cRPS) from Scott et al. (2024) |
|
float |
Annual burn probability (~2011 climate conditions) from Riley et al. (2025) |
|
float |
Annual burn probability (~2047 climate conditions) from Riley et al. (2025) |