Open
Conversation
- Add 1d, 1w, 20d sample files for CML, PWS, and ASOS - Add notebooks: create, analyze, and ASOS processing - Add openmesh_data_io.py and ws_opensense_conversion.py helpers - Add README for OpenMesh folder - Update main README with available datasets - Gitignore notebooks/data/ (raw downloads, not tracked) - Remove previously tracked data files from git
Contributor
|
Thanks for the contribution @drorjac! Data and notebooks look good on a first glance. One note: one plotting cell shows an error in analyze_OpenMesh_data.ipynb. Otherwise this could be merged here and integrated into the poligrain example notebooks. |
Member
|
For reference, this is the PR where the implementation for getting OpenRainER example data in |
- Cell 7: assign known ASOS station coordinates (lon/lat were NaN in .nc file due to ID mismatch between data short IDs and K-prefixed metadata) - Cell 35: wrap interpolate_precipitation in try/except ValueError to handle pypwsqc bug with irregular time coordinates (shape mismatch) - Cell 43: remove duplicate ASOS coord fix (now handled in cell 7) - Cell 45: gate save logic under 'if save:' flag (was always executing) - README: fix double space
lon/lat/elev were all NaN due to ID mismatch between the short station IDs used in the data (JFK, EWR, LGA, NYC) and the K-prefixed ICAO IDs in the metadata CSV (KJFK, KEWR, KLGA, KNYC). Added correct coordinates from known station locations.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add the OpenMesh dataset examples with OpenSense format, including wireless microwave links, personal weather station (PWS), and ASOS reference station example files, along with notebooks demonstrating data access and analysis with opensense packages.