On jeudi 25 juillet 2019 19:57:44 CEST Joe Lee wrote: > Unsupported number of dimensions
Ah ok, when exporting to GeoTIFF or a "classic" 2D driver, the multidimensional-to-classic bridge currently checks that the array is a 2D one. Here you reduced it to a 1D-slice, hence it rejects it. The bridge could probably be made a bit more flexible by accepting 1D arrays as well. If you export to netCDF, this should work fine though (as this won't go through the bridge, but use directly multidimensional netCDF output capabilities) Even -- Spatialys - Geospatial professional services http://www.spatialys.com _______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
