-
Add [MesoWest ](http://mesowest.utah.edu/) as a data source for weatherData. It does have a published [API](http://synopticlabs.org/api/mesonet/).
AFAIK, no other R package connects to MesoWest, so …
ghost updated
7 years ago
-
Looks like
![image](https://user-images.githubusercontent.com/996657/74840188-8bd96700-52f4-11ea-8545-d11f5f4f2b35.png)
from this page: https://www.wrh.noaa.gov/mesowest/timeseries.php?sid=MMNV1&n…
-
Hi, really thanks for your effort
However, I found one issue that, MesoWest provides precipitation data while your API doesn't. Your API is much faster and easier to do queries than mesowest. So will…
-
As many of you know, WeatherUnderground is blocking this package. They have started charging for historical weather.
One user has pointed out a potential alternative that seems very promising.
h…
Ram-N updated
2 years ago
-
NYC: https://www.wrh.noaa.gov/mesowest/getobext.php?sid=KNYC&table=1&num=168&banner=off
maybe check this: https://forecast.weather.gov/product.php?site=NWS&issuedby=OKX&product=HYD&format=CI&versio…
-
I found out for the api version 2 has additional options for ASOS data (e.g. noHighFrequecy )
base_url = 'http://api.mesowest.net/v2/stations/'
query_type = 'timeseries'
# csv_format = '&output=cs…
-
If the PC/Datalogger are in local time, the time in the APRS message is local with the Z appended. Can you put in logic to have the time properly with zulu? We believe this is causing us problems g…
-
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…
-
At least for the default case of 2024-05-07 21:45 with a 30 minute duration and radar KLOT, an error appears in `hodo_plot.py`:
```
File "...../cloud-radar-server/scripts/hodo_plot.py", line 218…
-
Description
Write a Python converter for the MSONET BUFR DUMP that converts a BUFR file into an IODA file for the following subsets:
| NC255001 | A55001 | MTYP 255-001 Mesonet from MADIS: Denver…