You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Meteostat currently publishes the coordinates of the stations only with an accuracy of two digits in their lat/lon.
This throws away very important information and creates unnecessary jitter. You can see this in the example below. On the left it shows the location of a station (here airport station in Lisbon) in Meteostat. On the right is shown its location shown by a provider with the full coordinates.
Meteostat currently publishes the coordinates of the stations only with an accuracy of two digits in their lat/lon.
This throws away very important information and creates unnecessary jitter. You can see this in the example below. On the left it shows the location of a station (here airport station in Lisbon) in Meteostat. On the right is shown its location shown by a provider with the full coordinates.
I think the culprit are lines
jasper/cron/export/bulk/gridded/daily.py
Line 74 in 92521f4
and
jasper/cron/export/bulk/gridded/daily.py
Line 75 in 92521f4
I would recommend removing these two lines and storing the coordinates in the full accuracy they are provided by the agencies.
The text was updated successfully, but these errors were encountered: