Re: [gdal-dev] NetCDF: North is left

2019-03-19 Thread Markus Metz
Even, On Tue, Mar 19, 2019 at 4:53 PM Even Rouault wrote: > > Markus, > > yes this file has unconventionnal indexing of variables, with the fastest > varying dimension being latitude, which confuses the driver > > In https://github.com/OSGeo/gdal/pull/1377, I've made a number of changes that > ma

Re: [gdal-dev] NetCDF: North is left

2019-03-19 Thread Even Rouault
Markus, yes this file has unconventionnal indexing of variables, with the fastest varying dimension being latitude, which confuses the driver In https://github.com/OSGeo/gdal/pull/1377, I've made a number of changes that make support of such dataset a bit easier. I didn't go to making the drive

Re: [gdal-dev] NetCDF: North is left

2019-03-18 Thread mick howe
I have run into that issue many times when using surveyor's data, seems the profession is yet to come to terms with the concept of north = up, east = right, south = down, west = left mick in glen innes On Mon, 18 Mar 2019 at 16:50, Markus Metz wrote: > I have a NetCDF file with > > Size is 1800

[gdal-dev] NetCDF: North is left

2019-03-18 Thread Markus Metz
I have a NetCDF file with Size is 1800, 3600 Coordinate System is `' Origin = (89.96946545821,179.96947394237) Pixel Size = (-0.09996607273,-0.09998304108) Metadata: Latitude#long_name=Latitude Latitude#units=degrees_north Latitude#_CoordinateAxisType=Lat Longitude#long_nam