Re: [gdal-dev] ogr2ogr XLSX reporting no layers

2017-10-26 Thread Even Rouault
On jeudi 26 octobre 2017 11:26:46 CEST Langford, Robert wrote: > All, > > Using GDAL v.2.2.2 on Windows. > > Trying to read this XLSX file: > http://www.gamblingcommission.gov.uk/docs/Premises-licence-database-extract > .xlsx > Running: > > ogrinfo -ro -so -al Premises-licence-database-extract.xl

Re: [gdal-dev] Multidimensional raster support in GDAL

2017-10-26 Thread Even Rouault
> More in general, we have multidimensional arrays where horizontal space > is not an x y image (GDAL raster band) but for instance a sequence of > feature geometries (e.g., in situ sensor data, or demographic data by > administrative region, time, and age class). I didn't grasp what you meant

Re: [gdal-dev] Multidimensional raster support in GDAL

2017-10-26 Thread Even Rouault
On jeudi 26 octobre 2017 09:05:27 CEST Ari Jolma wrote: > Even Rouault kirjoitti 25.10.2017 klo 22:22: > > On mercredi 25 octobre 2017 14:42:54 CEST Ari Jolma wrote: > > > I'd like to first know / decide what would we mean by a > > > > > > "multidimensional raster"? > > > > The current rasters ha

Re: [gdal-dev] Multidimensional raster support in GDAL

2017-10-26 Thread Even Rouault
> > I think band is a dimension in the implementation in GDAL I disagree with that. There's clearly a GDALRasterBand object to model that. > because for > every (x,y,band) we give access to a pixel; if it were not a dimension > but an attribute, we would for each pixel (x,y) give access to a re

Re: [gdal-dev] Multidimensional raster support in GDAL

2017-10-26 Thread Edzer Pebesma
On 10/26/2017 09:39 AM, Ari Jolma wrote: > Edzer Pebesma kirjoitti 26.10.2017 klo 10:26: >> More in general, we have multidimensional arrays where horizontal space >> is not an x y image (GDAL raster band) but for instance a sequence of >> feature geometries (e.g., in situ sensor data, or demogra

[gdal-dev] ogr2ogr XLSX reporting no layers

2017-10-26 Thread Langford, Robert
All, Using GDAL v.2.2.2 on Windows. Trying to read this XLSX file: http://www.gamblingcommission.gov.uk/docs/Premises-licence-database-extract.xlsx Running: > ogrinfo -ro -so -al Premises-licence-database-extract.xlsx Returns: >> GDAL: GDALOpen(Premises-licence-database-extract.xlsx, >> this=

Re: [gdal-dev] Multidimensional raster support in GDAL

2017-10-26 Thread Ari Jolma
Edzer Pebesma kirjoitti 26.10.2017 klo 10:26: More in general, we have multidimensional arrays where horizontal space is not an x y image (GDAL raster band) but for instance a sequence of feature geometries (e.g., in situ sensor data, or demographic data by administrative region, time, and age cl

Re: [gdal-dev] Multidimensional raster support in GDAL

2017-10-26 Thread Edzer Pebesma
On 10/26/2017 08:05 AM, Ari Jolma wrote: > Even Rouault kirjoitti 25.10.2017 klo 22:22: > >> On mercredi 25 octobre 2017 14:42:54 CEST Ari Jolma wrote: >> >> > I'd like to first know / decide what would we mean by a >> >> > "multidimensional raster"? >> >>   >> >> The current rasters handled by

Re: [gdal-dev] Multidimensional raster support in GDAL

2017-10-26 Thread Edzer Pebesma
On 10/25/2017 09:22 PM, Even Rouault wrote: > On mercredi 25 octobre 2017 14:42:54 CEST Ari Jolma wrote: > >> I'd like to first know / decide what would we mean by a > >> "multidimensional raster"? > >   > > The current rasters handled by GDAL are already multidimensional, with > the number o