{
  "type": "Collection",
  "id": "calfire-2024-rxburn",
  "stac_version": "1.0.0",
  "title": "CAL FIRE Prescribed Burns 2024",
  "description": "Historical prescribed burn treatment boundaries maintained by the California Department of Forestry and Fire Protection (CAL FIRE) Forest and Range Assessment Program (FRAP). Covers all recorded prescribed burn treatments in California through 2024. Each polygon represents a treated area with attributes including treatment name, agency, dates, treated acreage, and fuel consumption class.",
  "license": "CC-BY-4.0",
  "extent": {
    "spatial": {
      "bbox": [
        [
          -124.45,
          32.53,
          -114.12,
          42.01
        ]
      ]
    },
    "temporal": {
      "interval": [
        [
          "1980-01-01T00:00:00Z",
          null
        ]
      ]
    }
  },
  "links": [
    {
      "rel": "parent",
      "href": "https://s3-west.nrp-nautilus.io/public-data/stac/catalog.json",
      "type": "application/json"
    },
    {
      "rel": "self",
      "href": "https://data.source.coop/cboettig/fire/calfire-2024/rxburn/stac-collection.json"
    },
    {
      "rel": "root",
      "href": "https://s3-west.nrp-nautilus.io/public-data/stac/catalog.json"
    },
    {
      "rel": "license",
      "href": "https://creativecommons.org/licenses/by/4.0/",
      "type": "text/html"
    }
  ],
  "assets": {
    "rxburn-parquet": {
      "href": "https://data.source.coop/cboettig/fire/calfire-2024/rxburn.parquet",
      "type": "application/x-parquet",
      "title": "CAL FIRE Prescribed Burns GeoParquet",
      "roles": [
        "data"
      ]
    },
    "rxburn-pmtiles": {
      "href": "https://data.source.coop/cboettig/fire/calfire-2024/rxburn.pmtiles",
      "type": "application/vnd.pmtiles",
      "title": "CAL FIRE Prescribed Burns PMTiles",
      "roles": [
        "data"
      ],
      "vector:layers": [
        "rxburn"
      ],
      "table:columns": [
        {
          "name": "AGENCY",
          "type": "string"
        },
        {
          "name": "END_DATE",
          "type": "string"
        },
        {
          "name": "GIS_ACRES",
          "type": "double"
        },
        {
          "name": "POST_CON_CLASS",
          "type": "double"
        },
        {
          "name": "PRE_CON_CLASS",
          "type": "double"
        },
        {
          "name": "RX_CONSUM",
          "type": "double"
        },
        {
          "name": "START_DATE",
          "type": "string"
        },
        {
          "name": "STATE",
          "type": "string"
        },
        {
          "name": "Shape_Area",
          "type": "double"
        },
        {
          "name": "Shape_Length",
          "type": "double"
        },
        {
          "name": "TREATED_AC",
          "type": "double"
        },
        {
          "name": "TREATMENT_ID",
          "type": "string"
        },
        {
          "name": "TREATMENT_NAME",
          "type": "string"
        },
        {
          "name": "TREATMENT_TYPE",
          "type": "double"
        },
        {
          "name": "UNIT_ID",
          "type": "string"
        },
        {
          "name": "YEAR_",
          "type": "double"
        },
        {
          "name": "_cng_fid",
          "type": "int64"
        }
      ]
    },
    "rxburn-hex": {
      "href": "https://data.source.coop/cboettig/fire/calfire-2024/rxburn/hex/h0=*/data_0.parquet",
      "type": "application/x-parquet",
      "title": "CAL FIRE Prescribed Burns H3 Hex Parquet (resolution 10)",
      "roles": [
        "data"
      ],
      "table:columns": [
        {
          "name": "_cng_fid",
          "type": "int64",
          "description": "Cloud-native geometry feature ID. Unique per source feature — one value per source polygon, 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": "h10",
          "type": "uint64",
          "description": "H3 cell ID at resolution 10 (~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."
        }
      ],
      "h3:native_resolution": 10,
      "h3:parent_resolutions": [
        9,
        8,
        0
      ]
    }
  },
  "providers": [
    {
      "name": "California Department of Forestry and Fire Protection (CAL FIRE) FRAP",
      "roles": [
        "producer",
        "licensor"
      ],
      "url": "https://www.fire.ca.gov/what-we-do/fire-resource-assessment-program"
    }
  ],
  "keywords": [
    "fire",
    "prescribed burn",
    "rx burn",
    "California",
    "CAL FIRE",
    "FRAP",
    "treatment"
  ],
  "table:columns": [
    {
      "name": "YEAR_",
      "type": "int16",
      "description": "Calendar year of treatment"
    },
    {
      "name": "STATE",
      "type": "string",
      "description": "State abbreviation (always 'CA')"
    },
    {
      "name": "AGENCY",
      "type": "string",
      "description": "Responding agency code"
    },
    {
      "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"
    },
    {
      "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"
    },
    {
      "name": "RX_CONSUM",
      "type": "int16",
      "description": "Fuel consumption class code"
    },
    {
      "name": "PRE_CON_CLASS",
      "type": "int16",
      "description": "Pre-treatment condition class code"
    },
    {
      "name": "POST_CON_CLASS",
      "type": "int16",
      "description": "Post-treatment condition class code"
    },
    {
      "name": "Shape_Length",
      "type": "float64",
      "description": "Perimeter length in meters (projected CRS)"
    },
    {
      "name": "Shape_Area",
      "type": "float64",
      "description": "Area in square meters (projected CRS)"
    }
  ]
}
