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
Hi Jules,
I'm getting ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED]
in GWAReader, test.py and logfile below. requests works though ?
Actually, instead of a request for lat/lon one at a time, you can download a .tif for a whole country
e.g. https://globalwindatlas.info/api/gis/country/FRA/wind-speed/100
and get data wherever you want with rasterio / rioxarray (I'm no expert, they're way too big.)
Thanks, cheers
-- denis
You are right about the raster data that we can download & process. I just found easier to work with GWC file, since I was not going to query a lot of site.
Hi Jules, a question please (not an issue):
have you spot checked the globalwindatlas maps for France,
do windspeeds and capacity factors look reasonable ?
Any idea which of their data is measured, which extrapolated ?
Thanks, cheers
-- [email protected]
Hi Jules,
I'm getting
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED]
in GWAReader, test.py and logfile below.
requests
works though ?Actually, instead of a request for lat/lon one at a time, you can download a .tif for a whole country
e.g. https://globalwindatlas.info/api/gis/country/FRA/wind-speed/100
and get data wherever you want with rasterio / rioxarray (I'm no expert, they're way too big.)
Thanks, cheers
-- denis
The text was updated successfully, but these errors were encountered: