GEUS-Glaciology-and-Climate / pypromice

Process AWS data from L0 (raw logger) through Lx (end user)
https://pypromice.readthedocs.io
GNU General Public License v2.0
12 stars 4 forks source link

10-minute data not in L3 raw 10-minute files? #70

Closed patrickjwright closed 1 year ago

patrickjwright commented 1 year ago

For example, see: aws-l3/raw/QAS_U_10min.csv (only hourly data)

Whereas: aws-l0/raw/QAS_U/QAS_U_2022_raw.txt (has 10-min data)

PennyHow commented 1 year ago

The reason for this is because there are STM files in the raw input for QAS_U, which are an hourly resolution.

For the raw inputted file generation, we make everything the same temporal resolution as the coarsest input resolution. So everything is automatically re-sampled to the same resolution as the STM data.

There should be something in pypromice detecting the temporal resolution and adding this to the file name. Apparently in this case, it didn't catch that. This should be amended. I'll take a look