-
Hi,
looking at the `model_synoptic.py` and `shap_backend.py`, it stores what is accepted as a tree-based model. It turns out that this is a precise list of sklearn classes. What if one wants to use…
-
Hi Brian,
First time trying out SynopticPy - thank you for creating this tool! I've installed via conda, and when I do the first step here (https://synopticpy.readthedocs.io/en/latest/user_guide/se…
-
Description
Write a Python converter for the LGHTNG 3[D]-RTMA/RRFS data that converts a BUFR file to an IODA file using bufr2ioda.x for the following subsets:
NC007000 | A62121 | MTYPE 007-000 S…
-
I am running the code below to get station metadata for a given time range. My use case is that I want to avoid errors from querying too many hours, so I get the stations in the bbox and time range I …
-
Why are there so many different versions? ESV, NIV, NLT, CSB, etc.? Are they all accurate? Are they all "God breathed"?
-
- [x] read the data
- [x] map by station id. for now use the lon/lat in the file; maybe later lookup an authoritative location.
- [x] extract points by area of interest (`aoi`)
- [x] interpolate po…
bbest updated
2 years ago
-
Provide a list of MetOcean metadata types onto which we would like to create metadata profiles/extensions atop of OGC API - Records (draft) metadata model. From here, we can create example metadata r…
-
Hey @ReagentX
Heads up that the fine folks at PurpleAir deprecated the use of the purpleair.com/json endpoint and developed their own API. https://api.purpleair.com/
My job requires me to proce…
-
Occasional failures of `hodo_plot.py` to generate hodographs have been noted, particularly during longer simulations with more radar files due to timeouts during the `GET` request from the synoptic AP…
-
SynopticPy should print a warning if an unknown parameter is used in a function call. This would help prevent #11.