{
  "type": "Collection",
  "stac_version": "1.0.0",
  "stac_extensions": [
    "https://stac-extensions.github.io/raster/v1.1.0/schema.json",
    "https://stac-extensions.github.io/table/v1.2.0/schema.json"
  ],
  "id": "mid-century-habitat-climate-exposure",
  "title": "Mid-Century Habitat Climate Exposure (Thorne et al. 2016)",
  "description": "Mid-century (2040\u20132069) climate-exposure index for California's natural vegetation, from Thorne et al. (2016), UC Davis (produced for the California Department of Fish and Wildlife, State Wildlife Action Plan 2015 update). Provided for two downscaled global climate models \u2014 CNRM-CM5 (warm-wet) and MIROC5 (hot-dry). The source 90 m rasters (Albers Equal-Area, NAD83) were reprojected to WGS84 Cloud-Optimized GeoTIFFs and aggregated to H3 resolution 9 using an area-weighted **mean** reducer (the pixel value is a continuous, normalized exposure index in [-1, 1], not a count or amount). Higher values indicate greater projected mid-century climate exposure. **License/redistribution terms are not explicitly published with the source and require confirmation (see license link).**",
  "license": "CC-BY-4.0",
  "extent": {
    "spatial": {
      "bbox": [
        [
          -124.5,
          32.5,
          -114.1,
          42.1
        ]
      ]
    },
    "temporal": {
      "interval": [
        [
          "2040-01-01T00:00:00Z",
          "2069-12-31T23:59:59Z"
        ]
      ]
    }
  },
  "keywords": [
    "climate exposure",
    "California",
    "habitat",
    "vegetation",
    "mid-century",
    "Thorne",
    "CNRM",
    "MIROC"
  ],
  "providers": [
    {
      "name": "Thorne et al. / UC Davis",
      "roles": [
        "producer",
        "licensor"
      ],
      "url": "https://www.pnas.org/doi/10.1073/pnas.2310074121"
    },
    {
      "name": "California Department of Fish and Wildlife",
      "roles": [
        "funder"
      ],
      "url": "https://wildlife.ca.gov/"
    },
    {
      "name": "NRP / boettiger-lab",
      "roles": [
        "processor",
        "host"
      ]
    }
  ],
  "links": [
    {
      "rel": "self",
      "href": "https://s3-west.nrp-nautilus.io/public-hazard/mid-century-habitat-climate-exposure/stac-collection.json",
      "type": "application/json"
    },
    {
      "rel": "root",
      "href": "https://s3-west.nrp-nautilus.io/public-data/stac/catalog.json",
      "type": "application/json"
    },
    {
      "rel": "parent",
      "href": "https://s3-west.nrp-nautilus.io/public-hazard/stac-collection.json",
      "type": "application/json"
    },
    {
      "rel": "describedby",
      "href": "https://s3-west.nrp-nautilus.io/public-hazard/mid-century-habitat-climate-exposure/README.md",
      "type": "text/markdown"
    },
    {
      "rel": "cite-as",
      "href": "https://doi.org/10.1073/pnas.2310074121"
    },
    {
      "rel": "license",
      "href": "https://creativecommons.org/licenses/by/4.0/",
      "type": "text/html",
      "title": "CC BY 4.0"
    },
    {
      "rel": "about",
      "href": "https://wildlife.ca.gov/Data/BIOS/Citing-BIOS",
      "title": "BIOS citation standard (attribution)",
      "type": "text/html"
    }
  ],
  "item_assets": {},
  "assets": {
    "cnrm-cog": {
      "href": "https://s3-west.nrp-nautilus.io/public-hazard/mid-century-habitat-climate-exposure/cnrm-cog.tif",
      "type": "image/tiff; application=geotiff; profile=cloud-optimized",
      "title": "CNRM-CM5 mid-century climate-exposure index (WGS84 COG)",
      "roles": [
        "data",
        "visual"
      ],
      "proj:epsg": 4326,
      "raster:bands": [
        {
          "name": "exposure",
          "data_type": "float32",
          "nodata": -3.4028234663852886e+38,
          "unit": "index",
          "sampling": "area",
          "description": "Continuous mid-century (2040\u20132069) climate-exposure index for natural vegetation under CNRM-CM5. Range -1 to 1 (source min -1, max 1, mean 0.76). Higher = greater exposure."
        }
      ]
    },
    "cnrm-hex": {
      "href": "https://s3-west.nrp-nautilus.io/public-hazard/mid-century-habitat-climate-exposure/cnrm/hex/h0=*/data_0.parquet",
      "type": "application/x-parquet",
      "title": "CNRM-CM5 climate-exposure index \u2014 H3 hex (res 9, mean)",
      "roles": [
        "data"
      ],
      "h3:native_resolution": 9,
      "h3:parent_resolutions": [
        8,
        0
      ],
      "table:columns": [
        {
          "name": "exposure",
          "type": "double",
          "description": "Area-weighted MEAN of CNRM-CM5 exposure-index pixels within the H3 cell. Continuous, range [-1, 1]. One row per h9 cell; safe to aggregate (one value per cell, no per-feature duplication)."
        },
        {
          "name": "h9",
          "type": "uint64",
          "description": "H3 cell ID at resolution 9 (native resolution; one row per h9 cell)."
        },
        {
          "name": "h8",
          "type": "uint64",
          "description": "H3 cell ID at resolution 8 (rollup; GROUP BY h8 with AVG(exposure) for a coarser mean)."
        },
        {
          "name": "h0",
          "type": "int64",
          "description": "H3 cell ID at resolution 0, used as the hive partition key."
        }
      ]
    },
    "miroc-cog": {
      "href": "https://s3-west.nrp-nautilus.io/public-hazard/mid-century-habitat-climate-exposure/miroc-cog.tif",
      "type": "image/tiff; application=geotiff; profile=cloud-optimized",
      "title": "MIROC5 mid-century climate-exposure index (WGS84 COG)",
      "roles": [
        "data",
        "visual"
      ],
      "proj:epsg": 4326,
      "raster:bands": [
        {
          "name": "exposure",
          "data_type": "float32",
          "nodata": -3.4028234663852886e+38,
          "unit": "index",
          "sampling": "area",
          "description": "Continuous mid-century (2040\u20132069) climate-exposure index for natural vegetation under MIROC5. Source range ~0.05 to 1. Higher = greater exposure."
        }
      ]
    },
    "miroc-hex": {
      "href": "https://s3-west.nrp-nautilus.io/public-hazard/mid-century-habitat-climate-exposure/miroc/hex/h0=*/data_0.parquet",
      "type": "application/x-parquet",
      "title": "MIROC5 climate-exposure index \u2014 H3 hex (res 9, mean)",
      "roles": [
        "data"
      ],
      "h3:native_resolution": 9,
      "h3:parent_resolutions": [
        8,
        0
      ],
      "table:columns": [
        {
          "name": "exposure",
          "type": "double",
          "description": "Area-weighted MEAN of MIROC5 exposure-index pixels within the H3 cell. Continuous. One row per h9 cell; safe to aggregate."
        },
        {
          "name": "h9",
          "type": "uint64",
          "description": "H3 cell ID at resolution 9 (native resolution; one row per h9 cell)."
        },
        {
          "name": "h8",
          "type": "uint64",
          "description": "H3 cell ID at resolution 8 (rollup; GROUP BY h8 with AVG(exposure))."
        },
        {
          "name": "h0",
          "type": "int64",
          "description": "H3 cell ID at resolution 0, used as the hive partition key."
        }
      ]
    }
  }
}
