The Forest Service Activity Tracking System (FACTS) Common Attributes layer — the comprehensive record of planned, accomplished, and completed land-management activities (fire/fuels, silviculture, timber, range, invasive species, watershed, recreation, and more) on US National Forest System lands.
This is a single national dataset merged from all 9 USFS regions (01–06, 08, 09, 10; there is no Region 07), downloaded from the FS Enterprise Data Warehouse (EDW) on 2026-06-24.
ADMIN_REGION (values 01–10)WHERE geom IS NOT NULL to restrict to mapped features.GIS_ACRES, NBR_UNITS_*, COST_PER_UNIT, …) are repeated on every cell a feature covers —
never SUM them on the hex asset without first deduplicating on _cng_fid. Estimate area from
hex with COUNT(DISTINCT h10) × cell_area_at_resolution_10.ACTIVITY_CODE / METHOD_CODE / EQUIPMENT_CODE each have a paired
human-readable column (ACTIVITY / METHOD / EQUIPMENT). See the STAC table:columns
for value definitions of ADMIN_REGION, PURPOSE_CODE, UOM, FEATURE_TYPE, etc.The PMTiles source-layer is common-attributes-2026-06 (this is what MapLibre needs;
it is the last path segment of the dataset name, not the source feature-class name).
Fields available in the tiles (for styling/filtering): ADMIN_REGION, ACTIVITY, METHOD,
EQUIPMENT, NFPORS_CATEGORY, PURPOSE_CODE, FISCAL_YEAR_COMPLETED, GIS_ACRES,
STATE_ABBR, COUNTY_NAME, NAME, TREATMENT_NAME, NEPA_PROJECT_NAME, _cng_fid
(join key to the full 110-column GeoParquet). See the STAC PMTiles asset for the full list.
Generated with cng-datasets; pipeline manifests in
boettiger-lab/data-workflows under
catalog/facts/k8s/common-attributes-2026-06/. See issue
#299.