getFIA(). Data is converted to a fast DuckDB database and cached locally.
Quick start
Choosing what to download
- One state
- Multiple states
- Custom directory
- Specific tables
common=True). Pass common=False to fetch every available table (a much larger download).
Caching
Downloads are cached, so repeated calls are instant:force=True:
Managing the cache
Download and open in one step
TheFIA class can download and connect together:
What gets downloaded
Withcommon=True (the default), pyFIA fetches the tables the estimators need, including:
Coming from rFIA
Troubleshooting
Network errors or timeouts
Network errors or timeouts
Use the lower-level client with a longer timeout and more retries:
Interrupted or corrupted download
Interrupted or corrupted download
Re-download to get a fresh copy:Or clear the cached state first:
Reference
See the Data Download API for the fulldownload() signature and cache functions.