[QGIS-Developer] Problems opening .grib data in QGIS 3.4
Tim Sutton
tim at kartoza.com
Wed Nov 7 21:05:48 PST 2018
Hi All./ Martin
I’m trying to get some mesh data for a presentation to a bunch of climate geeks later today. I tried grabbing a sample dataset from ECMWF/Copernicus like this:
#!/usr/local/bin/python
import cdsapi
c = cdsapi.Client()
c.retrieve(
"reanalysis-era5-complete",
{
"class": "ea",
"dataset": "era5",
"date": "2018-08-01",
"domain": "g",
"expver": "1",
"number": "0/1/2/3/4/5/6/7/8/9",
"param": "238.140",
"step": "0/1/2/3/4/5/6/7/8/9/10/11/12/13/14/15/16/17/18",
"stream": "ewda",
"time": "06:00:00/18:00:00",
"type": "fc",
"target": "output",
}, "global-waves-2018-08-01-0600-1800.grib")
~
When trying to add it as a mesh in Data Source Manager it gives a ‘file not supported’ error. So two questions:
1) anything obvious I am doing wrong?
2) where is the best place to get some demo .grib or NetCDF data that I can use to show off the cool new mesh stuff in 3.4 (with vector arrows etc).
Regards
Tim
—
Tim Sutton
Co-founder: Kartoza
Ex Project chair: QGIS.org
Visit http://kartoza.com <http://kartoza.com/> to find out about open source:
Desktop GIS programming services
Geospatial web development
GIS Training
Consulting Services
Skype: timlinux
IRC: timlinux on #qgis at freenode.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-developer/attachments/20181108/dc966e68/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: KartozaNewLogoThumbnail.jpg
Type: image/jpeg
Size: 6122 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/qgis-developer/attachments/20181108/dc966e68/attachment-0001.jpg>
More information about the QGIS-Developer
mailing list