whitewater-guide / gorge

MIT License
2 stars 3 forks source link

script/ukraine changes #22

Closed mberezhnoy closed 3 years ago

mberezhnoy commented 3 years ago

We have 2 hydrological data sources: 1) https://meteo.gov.ua/ua/33345/hydrostorm - updates once per day 2) http://hydro.meteo.gov.ua - hourly updates, but some times not working Now hydrological data is receiving only from source#1. In this update we use source#2 as primary data source, and source#1 as fallback.

github-actions[bot] commented 3 years ago

:tada: This PR is included in version 1.26.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

doomsower commented 3 years ago

Thanks! I deployed this, please check if it works correctly in production

mberezhnoy commented 3 years ago

Thanks! It works but we found few issues: 1) If river have just one measurement per day it have empty daily chart 2) daily data source can be unavailable and it brake update for rivers with hourly data source I will make new pull request with fixes within a few days