EcosystemEcologyLab / SW_Biomass

Comparing data products for AGB
https://ecosystemecologylab.github.io/SW_Biomass/report.html
MIT License
0 stars 0 forks source link

Site-level timeseries plots #35

Open Aariq opened 7 months ago

Aariq commented 7 months ago

For each product, create timeseries plots of AGB for each NEON & Ameriflux tower

Aariq commented 6 months ago

This likely will go in a separate repo. The basic order of operations:

  1. For each point (NEON and Ameriflux site to start), extract a 1000m radius circle from each data product (all years)
  2. Get the mean value in each circle
  3. output CSV with columns for site, location, data product, year, and AGB value

For this workflow, it is important to prioritize scalability and transferability. Some ideas to help with those things:

Aariq commented 4 months ago

This will be moved to a separate repository eventually