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

[FEATURE] Improve handling of soundings with many points #218

Open
guidocioni opened this issue Jun 21, 2021 · 0 comments
Open

[FEATURE] Improve handling of soundings with many points #218

guidocioni opened this issue Jun 21, 2021 · 0 comments

Comments

@guidocioni
Copy link

I've been trying to read in high-resolution soundings form the DWD (german weather service) which can be found here https://opendata.dwd.de/climate_environment/CDC/observations_germany/radiosondes/high_resolution/recent/.
After converting to the right format Sharppy is able to handling them but
(1) it is really slow (loading the file takes more than 1 min)
(2) complains about non-monotonic height variable, although it is
I think most of these issues are due to the fact that Sharppy was not yet tested with such large input files.

I'm attaching the converted text file, ready to be read by Sharppy, in case someone wants to jump in.

sounding.txt

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

No branches or pull requests

1 participant