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

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

Open
BaptisteVandecrux opened this issue Apr 24, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@BaptisteVandecrux
Copy link
Member

BaptisteVandecrux commented Apr 24, 2024

Conversation started here:
GEUS-Glaciology-and-Climate/PROMICE-AWS-data-issues#152
GEUS-Glaciology-and-Climate/PROMICE-AWS-data-issues#148

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

@BaptisteVandecrux BaptisteVandecrux added the enhancement New feature or request label Apr 24, 2024
@BaptisteVandecrux BaptisteVandecrux changed the title Interpolate station coordinates when no GPS is available Interpolate or insert static values for station coordinates when no GPS is available Apr 24, 2024
@BaptisteVandecrux BaptisteVandecrux linked a pull request Jun 4, 2024 that will close this issue
@BaptisteVandecrux
Copy link
Member Author

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:

logger.warning("Insufficient position data")
# Don't use any position attributes from latest_data
station_position["lon"] = None
station_position["lat"] = None
station_position["alt"] = None

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant