Great thanks a lot !
I also think that something like GRIB2 would be nice for NetCDF. I will take
note of this for future improvement to the NetCDF driver :)
LP
On 2020-04-23 14:46, Even Rouault wrote:
Louis-Philippe,
> I did some more tests with the rotated_pole.nc in gdal GitHub repo
> (
Louis-Philippe,
> I did some more tests with the rotated_pole.nc in gdal GitHub repo
> (https://github.com/OSGeo/gdal/tree/master/autotest/gdrivers/data) just to
> make sure the issue was not with my data.
>
> With the new versions, the EXTENSION is missing from the WKT, which I guess
> makes the
Hi Even,
I can confirm I also find that working with those projections is a nightmare ;)
I did some more tests with the rotated_pole.nc in gdal GitHub repo
(https://github.com/OSGeo/gdal/tree/master/autotest/gdrivers/data) just to make
sure the issue was not with my data.
I found that I also h
Thanks! Could you please explain the meaning of INTERNAL_MASK_FLAGS_1=2? I
couldn't find it in the documentation.
On Thu, Apr 23, 2020, 12:44 AM Even Rouault
wrote:
> > But if I do:
>
> >
>
> > gdal_translate rgbmask.vrt rgb_with_external_msk.vrt -mask none -b 1 -b
>
> > 2 -b 3 -of VRT
>
>
>
> I