data.fia

Download US Forest Service Forest Inventory and Analysis (FIA) public data from the USFS DataMart in CSV format. Defaults to the full national archive; a specific state can be selected.

  • Kind: standard
  • Network: yes

Inputs🔗

NameTypeDescription
statestringTwo-letter state/territory code or all for the entire country (default).
tablesstringOptional comma-separated list of FIA table names to extract (e.g. "PLOT,TREE,COND"). Leave blank to extract all tables from the archive.

Outputs🔗

NameTypeDescription
tablescollection of file (CSV)One CSV file per extracted FIA table. Filenames mirror the FIA naming convention (<STATE>_<TABLE>.csv).

Example🔗

- id: 01890000-0000-0000-0000-000000000111
  name: data.fia
  args:
    state: "ME"
    tables: "PLOT,TREE,COND"