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

Interpolate or insert static values for station coordinates when no GPS is available #236

Open BaptisteVandecrux opened 2 months ago

BaptisteVandecrux commented 2 months ago

Conversation started here: https://github.com/GEUS-Glaciology-and-Climate/PROMICE-AWS-data-issues/issues/152 https://github.com/GEUS-Glaciology-and-Climate/PROMICE-AWS-data-issues/issues/148

This implies being able, for the user to separate true observations from interpolated values.

BaptisteVandecrux commented 5 days ago

After we get smoothed and extrapolated coordinates at the level 3 , they could be used as a fallback for the get_bufr.py script when now coordinates can be derived from the transmission file only:

https://github.com/GEUS-Glaciology-and-Climate/pypromice/blob/3958fb17ea8dd19b1af4ac98362459ab644a7e83/src/pypromice/postprocess/get_bufr.py#L280-L284