Habitat connectivity data layers. Currently CDFW BIOS + Schloss/Cameron data.
Landscape connectivity & climate-resilience datasets for California, from the California Biodiversity Network (CBN) and partners. All products are cloud-native and served from NRP S3 (https://s3-west.nrp-nautilus.io/public-connectivity/).
All layers are in OGC:CRS84 / EPSG:4326. The three raster sources were reprojected from their native ESRI:102003 (USA Contiguous Albers) / sphere Web-Mercator projections to EPSG:4326 (categorical layers with nearest-neighbor; the continuous flow index with bilinear).
11 South Coast Missing Linkages polygons (e.g. Tehachapi, Sierra Madre – Castaic).
DuckDB:
MapLibre GL JS (PMTiles — note the source-layer is regional-connectivity-linkages):
H3 hex (res 8). Area columns are per-feature totals repeated on every cell — never SUM them on hex; dedup by _cng_fid, or compute area from COUNT(DISTINCT h8) × cell_area_at_res_8:
204 linear infrastructure segments (roads/highways) that CDFW identified as barriers to terrestrial wildlife movement across California, with priority rankings for 2020/2022/2024 and remediation status. Source: CDFW BIOS ds2867 (priorities as of June 2024). Geometry is lines (LineString / MultiLineString); each segment was hexed to H3 resolution 8 by buffering it by the H3 cell circumradius before polyfill.
DuckDB — top-priority barriers by length:
MapLibre GL JS (PMTiles — note the source-layer is wildlife-movement-barriers):
H3 hex (res 8). Length_kilometers is a per-feature total repeated on every cell a barrier covers — never SUM it on hex; dedup by Barrier_ID (one row per barrier) or _cng_fid first, or count barriers with COUNT(DISTINCT Barrier_ID):
Priority_2020/Priority_2022/Priority_2024 take values Barrier, Priority Barrier, Top Priority Barrier, Remediated (NULL = not assessed that cycle). Target_Species is a free-text, comma-separated list of focal species. CDFW_Region is 1–6 (comma-joined for barriers spanning multiple regions). SUMMARY_LINK is a per-barrier CDFW summary PDF.
H3 hex tables have columns <value>, h9 (native res 9), h0 (partition key). One row per H3 cell.
Connectivity class per cell (mode reducer). Classes: 0 limited/none; 100–103 Diffuse (intact); 200–203 Intensified (multiple linkages); 300–303 Channelized (present-day linkage); +1/+2/+3 = HADGEM2-ES / CNRM-CM5 / both climate-model linkages. See classification:classes on the COG band.
COG (titiler / categorical colormap): https://s3-west.nrp-nautilus.io/public-connectivity/climate-migration-routes-cog.tif
Current-flow connectivity index (mean reducer).
COG: https://s3-west.nrp-nautilus.io/public-connectivity/present-day-connectivity-flow-cog.tif
Connectivity-strategy category per cell (mode reducer). Classes: 3 Limited movement potential; 4 Permeable (local movement); 19 Impeded; 25,29 Diffuse; 31,35,39 Intensified; 41,45,49 Channelized; 0 background (undocumented in source). See classification:classes on the COG band.
COG: https://s3-west.nrp-nautilus.io/public-connectivity/present-day-connectivity-categories-cog.tif