Commands¶
PhenoFetch provides several commands to help you work with PhenoCam data. Each command serves a specific purpose in the data discovery and retrieval workflow.
Available Commands¶
| Command | Description |
|---|---|
sites | List all available PhenoCam sites |
stats | Display statistics for a specific PhenoCam site |
estimate | Estimate download size for a date range |
download | Download data for a specific site and date range |
metadata | Process metadata files from downloaded PhenoCam data |
Getting Help¶
You can get help for any command by adding the --help flag:
Command Structure¶
All PhenoFetch commands follow this basic structure:
Global Options¶
Some options are available across multiple commands:
--site- NEON site code (e.g., ABBY, BART)--product- NEON product ID (e.g., DP1.00033)--start-date- Start date in YYYY-MM-DD format--end-date- End date in YYYY-MM-DD format
Command Flow¶
The commands are designed to be used in a logical flow:
- Use
sitesto discover available PhenoCam sites - Use
statsto understand what data is available for a site - Use
estimateto check how large a download would be - Use
downloadto retrieve the data - Use
metadatato process and analyze the downloaded metadata files
Each command page in this section provides detailed information on usage, options, and examples.