You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
USFS FACTS Common Attributes — the comprehensive all-activities record from the Forest Service Activity Tracking System (FACTS), polygon geometry, published per-region on the EDW geodata portal.
Scope (source of truth — do not infer from artifacts)
Spatial extent: Full national / upstream coverage. No clip. All 9 USFS regions: 01, 02, 03, 04, 05, 06, 08, 09, 10 (there is no Region 07). Merge into a single national dataset.
Region queryability: The merged dataset MUST carry a region column (values 01..10) so consumers can filter/aggregate by USFS region. Preserve any native region attribute from the source schema as well; if the source lacks a reliable region code, derive region from the source file each feature came from during the preprocess/merge step.
Source product/version:Actv_CommonAttribute_PL_Region{NN}GeoPackage, EDW snapshot as of 2026-06 (download date 2026-06-24). Record exact per-file Last-Modified in the README at build time.
Geometry: Polygon (PL).
H3 resolution: native 10, parent resolutions 9,8,0 (activity/treatment-unit polygons are mostly small; outliers handled by chunking).
Reducer: N/A (vector — features are indexed, not value-aggregated).
Bucket / naming:public-facts (new bucket). Snapshot pinned in the path: --dataset common-attributes-2026-06 → S3 prefix public-facts/common-attributes-2026-06, PMTiles source-layer = common-attributes-2026-06, k8s/job prefix common-attributes-2026-06.
License:public-domain (US federal government work). Add a license link to the FS EDW terms.
common-attributes-2026-06.parquet (GeoParquet, merged national, with region column) — --row-group-size 2000 to stay under the DuckDB httpfs stoi large-chunk cliff (geometry-heavy national data).
common-attributes-2026-06.pmtiles (with tile-accurate table:columns; include region as a filterable field).
common-attributes-2026-06/hex/h0=*/data_0.parquet (H3 res 10; parents 9,8,0).
README.md (MapLibre example w/ source-layer: common-attributes-2026-06; DuckDB example showing a WHERE region = '05' filter).
stac-collection.json under public-facts/, registered as a child of a new public-facts bucket-level collection, which is linked from the root catalog.
Build approach (guidance, not scope)
Preprocess/merge: download 9 zips in parallel (~7.2 GB), unzip, convert+merge to one national GeoParquet (multi-.zip not allowed by cng-convert-to-parquet — use the preprocess-job pattern). Stamp the region column per source file during merge. Raw zips → s3://public-facts/raw/ first.
Armada backend recommended given volume; tune chunk size from final feature count. The k8s backend 200-completion cap is likely insufficient.
Document the coded categorical columns (activity codes, method/equipment, fund codes, etc.) with full CODE=Definition value lists in STAC asset-level table:columns — discover actual values via the DuckDB MCP after the parquet lands.
Dataset
USFS FACTS Common Attributes — the comprehensive all-activities record from the Forest Service Activity Tracking System (FACTS), polygon geometry, published per-region on the EDW geodata portal.
Scope (source of truth — do not infer from artifacts)
regioncolumn (values01..10) so consumers can filter/aggregate by USFS region. Preserve any native region attribute from the source schema as well; if the source lacks a reliable region code, deriveregionfrom the source file each feature came from during the preprocess/merge step.Actv_CommonAttribute_PL_Region{NN}GeoPackage, EDW snapshot as of 2026-06 (download date 2026-06-24). Record exact per-fileLast-Modifiedin the README at build time.PL).9,8,0(activity/treatment-unit polygons are mostly small; outliers handled by chunking).public-facts(new bucket). Snapshot pinned in the path:--dataset common-attributes-2026-06→ S3 prefixpublic-facts/common-attributes-2026-06, PMTilessource-layer=common-attributes-2026-06, k8s/job prefixcommon-attributes-2026-06.public-domain(US federal government work). Add a license link to the FS EDW terms.Source files (all verified live 2026-06-24, GeoPackage, ~7.2 GB zipped total)
Deliverables
common-attributes-2026-06.parquet(GeoParquet, merged national, withregioncolumn) —--row-group-size 2000to stay under the DuckDB httpfsstoilarge-chunk cliff (geometry-heavy national data).common-attributes-2026-06.pmtiles(with tile-accuratetable:columns; includeregionas a filterable field).common-attributes-2026-06/hex/h0=*/data_0.parquet(H3 res 10; parents 9,8,0).README.md(MapLibre example w/source-layer: common-attributes-2026-06; DuckDB example showing aWHERE region = '05'filter).stac-collection.jsonunderpublic-facts/, registered as a child of a newpublic-factsbucket-level collection, which is linked from the root catalog.Build approach (guidance, not scope)
.zipnot allowed bycng-convert-to-parquet— use the preprocess-job pattern). Stamp theregioncolumn per source file during merge. Raw zips →s3://public-facts/raw/first.CODE=Definitionvalue lists in STAC asset-leveltable:columns— discover actual values via the DuckDB MCP after the parquet lands.New-bucket chores
catalog/sync/k8s/sync-public-facts.yaml(MinIO mirror).gen-source-sync.shscope + regenerate thesource-sync-scopeConfigMap).Acceptance criteria
public-facts; feature count == sum of the 9 regional source counts (verify each region's count viaogrinfo/DuckDB MCP).regioncolumn present and correct (distinct values exactly01,02,03,04,05,06,08,09,10; counts per region match sources).source-layer: common-attributes-2026-06;regionis filterable.public-domain, asset-leveltable:columnswith coded-value definitions, hex asset carriesh3:native_resolution/h3:parent_resolutions+ per-feature dedup warnings.public-factscollection and reachable from root catalog.