geco-bern / FluxDataKit

LEMONTREE flux data kit
https://geco-bern.github.io/FluxDataKit
2 stars 11 forks source link

Add new data products - processing routine? #68

Closed khufkens closed 5 months ago

khufkens commented 10 months ago
stineb commented 10 months ago

Here my code for determining "richest source" per site: https://github.com/geco-bern/FluxDataKit/tree/add_sources/vignettes_tmp

stineb commented 6 months ago

It would be great to determine the source (among those listed by the vignette in the above link) with the longest available time series per site and use that for FDK. Now, it's implemented by a "global" source priority. For ICOS data, we should use the drought-2018 and warm-winter datasets (see links in vignetted above), not the one that is currently used for FDK as that is not a public release. Caveat: the years coverage determined in the vignette above is based on file names, not actually available data. Anyways, I would suggest to make the decision based on file names. See here for a html version of the vignette.

khufkens commented 6 months ago

Data sources:

https://www.icos-cp.eu/data-products/2G60-ZHAK https://www.icos-cp.eu/event/879

stineb commented 6 months ago

Ameriflux

Downloaded data on 14 Oct 2023 from https://ameriflux.lbl.gov/.

ICOS Drought 2018

Data downloaded from https://doi.org/10.18160/YVR0-4898.

ICOS Warm Winter 2020

Data downloaded from https://doi.org/10.18160/2G60-ZHAK

stineb commented 5 months ago

Resolved by https://github.com/geco-bern/FluxDataKit/pull/72