Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing "latest_positions" for SCO_U and SCO_L in AWS_latest_position.csv #173

Closed
BaptisteVandecrux opened this issue Aug 16, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@BaptisteVandecrux
Copy link
Member

This is an expected consequence from not using the latitude and longitude contained in the Iridium emails which were of very poor quality. At these sites, the transmissions do not contain any coordinates from which the current position could be extrapolated.

However the logger files up to 2012 at SCO_U and up to 2016 at SCO_L do contain coordinates that could be used to estimate the current position. But that would require few changes because the estimation of the latest position is currently done in the find_position function, itself called in the BUFR processing step which is run on the transmission data only.

So we could either:

  • feed the historical data to the getBUFR function
    or
  • make a separate function for estimating the latest coordinates on both transmission and logger data.

This could be related to #142, #152, GEUS-Glaciology-and-Climate/PROMICE-AWS-data-issues#46.

@BaptisteVandecrux
Copy link
Member Author

closing this since in pyromice >= v1.4.0 AWS_sites_metadata.csv and AWS_stations_metadata.csv will contain the latest time stamp if transmitted or the best estimate of lat/lon/alt based on interpolation of coordinates done in the L3 product.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants