-
Notifications
You must be signed in to change notification settings - Fork 24
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 #2781 Convert MET NetCDF point obs to Pandas DataFrame #2877
Commits on Apr 24, 2024
-
Per #2781, added function to convert MET NetCDF point observation dat…
…a to pandas so it can be read and modified in a python embedding script. Added example python embedding script
Configuration menu - View commit details
-
Copy full SHA for c722bdc - Browse repository at this point
Copy the full SHA c722bdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ed91b3 - Browse repository at this point
Copy the full SHA 6ed91b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6cf1c0 - Browse repository at this point
Copy the full SHA f6cf1c0View commit details -
reduce cognitive complexity to satisfy SonarQube and add boolean retu…
…rn value to catch if function fails to read data
Configuration menu - View commit details
-
Copy full SHA for b08518a - Browse repository at this point
Copy the full SHA b08518aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62bc920 - Browse repository at this point
Copy the full SHA 62bc920View commit details -
replace call to object function that doesn't exist, handle exception …
…when file passed to script cannot be read by the NetCDF library
Configuration menu - View commit details
-
Copy full SHA for 284aba7 - Browse repository at this point
Copy the full SHA 284aba7View commit details
Commits on Apr 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7fd191c - Browse repository at this point
Copy the full SHA 7fd191cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae1791b - Browse repository at this point
Copy the full SHA ae1791bView commit details
Commits on May 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 482d9c5 - Browse repository at this point
Copy the full SHA 482d9c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d974bf - Browse repository at this point
Copy the full SHA 2d974bfView commit details -
fix logic to build pandas DataFrame to properly get header informatio…
…n from observation header IDs
Configuration menu - View commit details
-
Copy full SHA for b71160f - Browse repository at this point
Copy the full SHA b71160fView commit details -
Per #2781, add unit test to demonstrate python embedding script that …
…reads MET NetCDF point observation file and converts it to a pandas DataFrame
Configuration menu - View commit details
-
Copy full SHA for 2c9d220 - Browse repository at this point
Copy the full SHA 2c9d220View commit details
Commits on May 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 67703e3 - Browse repository at this point
Copy the full SHA 67703e3View commit details -
Per #2781, added init function for nc_point_obs to take an input file…
…name. Also raise TypeError exception from nc_point_obs.read_data() if input file cannot be read
Configuration menu - View commit details
-
Copy full SHA for 51db09f - Browse repository at this point
Copy the full SHA 51db09fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e9cef9 - Browse repository at this point
Copy the full SHA 7e9cef9View commit details