{
  "type": "Collection",
  "id": "calfire-2025-rxburn",
  "stac_version": "1.0.0",
  "stac_extensions": [
    "https://stac-extensions.github.io/table/v1.2.0/schema.json"
  ],
  "title": "CAL FIRE Prescribed Burns 2025",
  "description": "Historical prescribed burn treatment boundaries maintained by the California Department of Forestry and Fire Protection (CAL FIRE) Forest and Range Assessment Program (FRAP), 2025 release (FRAP fire251gdb, layer rxburn25_1). Covers all recorded prescribed burn treatments in California through 2025. Each polygon represents a treated area with attributes including treatment name, agency, dates, and treated acreage. 11,975 features. POLYGON/MULTIPOLYGON geometries reprojected to WGS84 (OGC:CRS84). This is the 2025 refresh of the calfire-2024-rxburn collection.",
  "license": "CC-BY-4.0",
  "extent": {
    "spatial": {
      "bbox": [
        [
          -124.4,
          32.58,
          -115.56,
          42.03
        ]
      ]
    },
    "temporal": {
      "interval": [
        [
          "1980-01-01T00:00:00Z",
          "2025-12-31T23:59:59Z"
        ]
      ]
    }
  },
  "links": [
    {
      "rel": "self",
      "href": "https://data.source.coop/cboettig/fire/calfire-2025/rxburn/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://data.source.coop/cboettig/fire/stac-collection.json",
      "type": "application/json"
    },
    {
      "rel": "license",
      "href": "https://creativecommons.org/licenses/by/4.0/",
      "type": "text/html"
    }
  ],
  "providers": [
    {
      "name": "California Department of Forestry and Fire Protection (CAL FIRE) FRAP",
      "roles": [
        "producer",
        "licensor"
      ],
      "url": "https://frap.fire.ca.gov/mapping/gis-data/"
    },
    {
      "name": "Boettiger Lab, UC Berkeley",
      "roles": [
        "processor",
        "host"
      ],
      "url": "https://data.source.coop/cboettig/fire/"
    }
  ],
  "keywords": [
    "fire",
    "prescribed burn",
    "rx burn",
    "California",
    "CAL FIRE",
    "FRAP",
    "treatment",
    "2025"
  ],
  "assets": {
    "rxburn-parquet": {
      "href": "https://data.source.coop/cboettig/fire/calfire-2025/rxburn.parquet",
      "type": "application/x-parquet",
      "title": "CAL FIRE Prescribed Burns 2025 GeoParquet",
      "roles": [
        "data"
      ],
      "description": "DuckDB-native GeoParquet, 11,975 features, POLYGON/MULTIPOLYGON in WGS84 (OGC:CRS84).",
      "table:columns": [
        {
          "name": "_cng_fid",
          "type": "int64",
          "description": "Cloud-native geometry feature ID. Unique per source feature — one value per source polygon."
        },
        {
          "name": "OBJECTID",
          "type": "int64",
          "description": "Source ESRI object ID from the FRAP GDB."
        },
        {
          "name": "YEAR_",
          "type": "int16",
          "description": "Calendar year of treatment."
        },
        {
          "name": "STATE",
          "type": "string",
          "description": "State abbreviation (always 'CA')."
        },
        {
          "name": "AGENCY",
          "type": "string",
          "description": "Responding/treating agency code (CAL FIRE FRAP domain). Values: BLM=Bureau of Land Management, CCC=California Conservation Corps, CCO=Contract County, CDF=California Department of Forestry and Fire Protection (CAL FIRE), CSP=California State Parks, DOD=Department of Defense, FWS=USDI Fish and Wildlife Service, LRA=Local Response Area, NOP=No Protection, NPS=National Park Service, OTH=Other, PVT=Private, USF=USDA Forest Service.",
          "values": [
            "BLM",
            "CCC",
            "CCO",
            "CDF",
            "CSP",
            "DOD",
            "FWS",
            "LRA",
            "NOP",
            "NPS",
            "OTH",
            "PVT",
            "USF"
          ]
        },
        {
          "name": "UNIT_ID",
          "type": "string",
          "description": "CAL FIRE unit identifier."
        },
        {
          "name": "TREATMENT_ID",
          "type": "string",
          "description": "Unique treatment identifier."
        },
        {
          "name": "TREATMENT_NAME",
          "type": "string",
          "description": "Name of the treatment."
        },
        {
          "name": "TREATMENT_TYPE",
          "type": "int16",
          "description": "Treatment type code (CAL FIRE FRAP domain). Values: 1=Broadcast Burn, 2=Fire Use, 3=Hand Pile Burn, 4=Jackpot Burn, 5=Machine Pile Burn.",
          "values": [
            1,
            2,
            3,
            4,
            5
          ]
        },
        {
          "name": "START_DATE",
          "type": "datetime",
          "description": "Treatment start date."
        },
        {
          "name": "END_DATE",
          "type": "datetime",
          "description": "Treatment end date."
        },
        {
          "name": "TREATED_AC",
          "type": "float64",
          "description": "Reported treated area in acres."
        },
        {
          "name": "GIS_ACRES",
          "type": "float32",
          "description": "GIS-calculated area in acres of the source treatment polygon."
        },
        {
          "name": "RX_CONSUM",
          "type": "int16",
          "description": "Fuel consumption class code (CAL FIRE FRAP domain). Values: 0=Not specified (not in FRAP domain; treated as unknown), 1=Low Consumption, 2=Moderate Consumption, 3=High Consumption, 4=Very High Consumption.",
          "values": [
            0,
            1,
            2,
            3,
            4
          ]
        },
        {
          "name": "PRE_CON_CLASS",
          "type": "int16",
          "description": "Pre-treatment condition class code (CAL FIRE FRAP domain). Values: 0=Not specified (not in FRAP domain; treated as unknown), 1=Within or near historical range, 2=Moderately altered from historical range, 3=Significantly altered from historical range.",
          "values": [
            0,
            1,
            2,
            3
          ]
        },
        {
          "name": "POST_CON_CLASS",
          "type": "int16",
          "description": "Post-treatment condition class code (CAL FIRE FRAP domain). Values: 0=Not specified (not in FRAP domain; treated as unknown), 1=Within or near historical range, 2=Moderately altered from historical range, 3=Significantly altered from historical range.",
          "values": [
            0,
            1,
            2,
            3
          ]
        },
        {
          "name": "Shape_Length",
          "type": "float64",
          "description": "Perimeter length in meters (source projected CRS, EPSG:3310)."
        },
        {
          "name": "Shape_Area",
          "type": "float64",
          "description": "Area in square meters (source projected CRS, EPSG:3310)."
        },
        {
          "name": "Shape",
          "type": "geometry",
          "description": "Feature geometry, POLYGON/MULTIPOLYGON in WGS84 (OGC:CRS84) (GeoParquet)."
        }
      ]
    },
    "rxburn-pmtiles": {
      "href": "https://data.source.coop/cboettig/fire/calfire-2025/rxburn.pmtiles",
      "type": "application/vnd.pmtiles",
      "title": "CAL FIRE Prescribed Burns 2025 PMTiles",
      "roles": [
        "data"
      ],
      "description": "Vector tiles for web map visualization. MapLibre source-layer: rxburn.",
      "vector:layers": [
        "rxburn"
      ],
      "table:columns": [
        {
          "name": "_cng_fid",
          "type": "int64"
        },
        {
          "name": "OBJECTID",
          "type": "int64"
        },
        {
          "name": "YEAR_",
          "type": "int16"
        },
        {
          "name": "STATE",
          "type": "string"
        },
        {
          "name": "AGENCY",
          "type": "string",
          "values": [
            "BLM",
            "CCC",
            "CCO",
            "CDF",
            "CSP",
            "DOD",
            "FWS",
            "LRA",
            "NOP",
            "NPS",
            "OTH",
            "PVT",
            "USF"
          ]
        },
        {
          "name": "UNIT_ID",
          "type": "string"
        },
        {
          "name": "TREATMENT_ID",
          "type": "string"
        },
        {
          "name": "TREATMENT_NAME",
          "type": "string"
        },
        {
          "name": "TREATMENT_TYPE",
          "type": "int16",
          "values": [
            1,
            2,
            3,
            4,
            5
          ]
        },
        {
          "name": "START_DATE",
          "type": "datetime"
        },
        {
          "name": "END_DATE",
          "type": "datetime"
        },
        {
          "name": "TREATED_AC",
          "type": "float64"
        },
        {
          "name": "GIS_ACRES",
          "type": "float32"
        },
        {
          "name": "RX_CONSUM",
          "type": "int16",
          "values": [
            0,
            1,
            2,
            3,
            4
          ]
        },
        {
          "name": "PRE_CON_CLASS",
          "type": "int16",
          "values": [
            0,
            1,
            2,
            3
          ]
        },
        {
          "name": "POST_CON_CLASS",
          "type": "int16",
          "values": [
            0,
            1,
            2,
            3
          ]
        },
        {
          "name": "Shape_Length",
          "type": "float64"
        },
        {
          "name": "Shape_Area",
          "type": "float64"
        }
      ]
    },
    "rxburn-hex": {
      "href": "https://data.source.coop/cboettig/fire/calfire-2025/rxburn/hex/h0=*/data_0.parquet",
      "type": "application/x-parquet",
      "title": "CAL FIRE Prescribed Burns 2025 H3 Hex Parquet (resolution 10)",
      "roles": [
        "data",
        "h3-parquet"
      ],
      "description": "H3 resolution-10 hex parquet for spatial joins/aggregation. Hive-partitioned by h0. One row per (feature, H3 cell) pair — source attribute columns are repeated on every cell a feature covers.",
      "h3:native_resolution": 10,
      "h3:parent_resolutions": [
        9,
        8,
        0
      ],
      "table:columns": [
        {
          "name": "_cng_fid",
          "type": "int64",
          "description": "Cloud-native geometry feature ID. Unique per source feature, repeated on every hex cell covering that polygon. Use for feature-level deduplication: COUNT(DISTINCT _cng_fid), GROUP BY _cng_fid, or joins to the GeoParquet asset."
        },
        {
          "name": "OBJECTID",
          "type": "int64",
          "description": "Source ESRI object ID from the FRAP GDB."
        },
        {
          "name": "YEAR_",
          "type": "int16",
          "description": "Calendar year of treatment (repeated per hex row of the feature)."
        },
        {
          "name": "STATE",
          "type": "string",
          "description": "State abbreviation (always 'CA')."
        },
        {
          "name": "AGENCY",
          "type": "string",
          "description": "Responding/treating agency code (CAL FIRE FRAP domain). Values: BLM=Bureau of Land Management, CCC=California Conservation Corps, CCO=Contract County, CDF=California Department of Forestry and Fire Protection (CAL FIRE), CSP=California State Parks, DOD=Department of Defense, FWS=USDI Fish and Wildlife Service, LRA=Local Response Area, NOP=No Protection, NPS=National Park Service, OTH=Other, PVT=Private, USF=USDA Forest Service.",
          "values": [
            "BLM",
            "CCC",
            "CCO",
            "CDF",
            "CSP",
            "DOD",
            "FWS",
            "LRA",
            "NOP",
            "NPS",
            "OTH",
            "PVT",
            "USF"
          ]
        },
        {
          "name": "UNIT_ID",
          "type": "string",
          "description": "CAL FIRE unit identifier."
        },
        {
          "name": "TREATMENT_ID",
          "type": "string",
          "description": "Unique treatment identifier."
        },
        {
          "name": "TREATMENT_NAME",
          "type": "string",
          "description": "Name of the treatment (repeated per hex row of the feature)."
        },
        {
          "name": "TREATMENT_TYPE",
          "type": "int16",
          "description": "Treatment type code (CAL FIRE FRAP domain). Values: 1=Broadcast Burn, 2=Fire Use, 3=Hand Pile Burn, 4=Jackpot Burn, 5=Machine Pile Burn.",
          "values": [
            1,
            2,
            3,
            4,
            5
          ]
        },
        {
          "name": "START_DATE",
          "type": "datetime",
          "description": "Treatment start date."
        },
        {
          "name": "END_DATE",
          "type": "datetime",
          "description": "Treatment end date."
        },
        {
          "name": "TREATED_AC",
          "type": "float64",
          "description": "Reported treated area in acres. **Per-feature value, repeated on every hex cell the treatment covers — NEVER SUM(TREATED_AC) on hex data. Deduplicate first: SELECT SUM(TREATED_AC) FROM (SELECT DISTINCT _cng_fid, TREATED_AC FROM ...).**"
        },
        {
          "name": "GIS_ACRES",
          "type": "float32",
          "description": "GIS-calculated area in acres of the source treatment polygon. **Per-feature value, repeated on every hex cell — NEVER SUM(GIS_ACRES) on hex data. To compute hex-derived area, use COUNT(DISTINCT h10) × cell_area_at_resolution_10 (see h3-guide).**"
        },
        {
          "name": "RX_CONSUM",
          "type": "int16",
          "description": "Fuel consumption class code (CAL FIRE FRAP domain). Values: 0=Not specified (not in FRAP domain; treated as unknown), 1=Low Consumption, 2=Moderate Consumption, 3=High Consumption, 4=Very High Consumption.",
          "values": [
            0,
            1,
            2,
            3,
            4
          ]
        },
        {
          "name": "PRE_CON_CLASS",
          "type": "int16",
          "description": "Pre-treatment condition class code (CAL FIRE FRAP domain). Values: 0=Not specified (not in FRAP domain; treated as unknown), 1=Within or near historical range, 2=Moderately altered from historical range, 3=Significantly altered from historical range.",
          "values": [
            0,
            1,
            2,
            3
          ]
        },
        {
          "name": "POST_CON_CLASS",
          "type": "int16",
          "description": "Post-treatment condition class code (CAL FIRE FRAP domain). Values: 0=Not specified (not in FRAP domain; treated as unknown), 1=Within or near historical range, 2=Moderately altered from historical range, 3=Significantly altered from historical range.",
          "values": [
            0,
            1,
            2,
            3
          ]
        },
        {
          "name": "Shape_Length",
          "type": "float64",
          "description": "Perimeter length in meters of the source polygon. **Per-feature value, repeated on every hex cell — never SUM on hex; deduplicate by _cng_fid first.**"
        },
        {
          "name": "Shape_Area",
          "type": "float64",
          "description": "Area in square meters of the source polygon. **Per-feature value, repeated on every hex cell — never SUM on hex; deduplicate by _cng_fid first.**"
        },
        {
          "name": "h10",
          "type": "uint64",
          "description": "H3 cell ID at resolution 10 (native resolution; one row per (feature, h10) pair). ~15,047 m² ≈ 1.5 ha ≈ 3.7 acres."
        },
        {
          "name": "h9",
          "type": "uint64",
          "description": "H3 cell ID at resolution 9 (~105,332 m² ≈ 10.5 ha ≈ 26 acres)."
        },
        {
          "name": "h8",
          "type": "uint64",
          "description": "H3 cell ID at resolution 8 (~737,327 m² ≈ 0.74 km² ≈ 182 acres)."
        },
        {
          "name": "h0",
          "type": "int64",
          "description": "H3 cell ID at resolution 0, used as the partition key for hive-partitioned reads."
        }
      ]
    }
  }
}
