Re: [gdal-dev] Limiting Oracle layers to the tables of a given schema

2017-04-13 Thread Even Rouault
On jeudi 13 avril 2017 18:52:58 CEST Vautour, André (INT) wrote: > Hi all, > > I started playing with the Oracle Spatial (OCI) vector driver and was > surprised that the default behaviour is to look for all the tables listed > in ALL_SDO_GEOM_METADATA. > > I would have expected it to use all the

[gdal-dev] Limiting Oracle layers to the tables of a given schema

2017-04-13 Thread INT
Hi all, I started playing with the Oracle Spatial (OCI) vector driver and was surprised that the default behaviour is to look for all the tables listed in ALL_SDO_GEOM_METADATA. I would have expected it to use all the tables in the schema (user) that was provided, so, essentially, to query USE

Re: [gdal-dev] What is the best strategy for handling multiple banded tiffs

2017-04-13 Thread Stephen Woodbridge
Hi Even, Thanks that helped a lot. Here are the results I'm getting now in case they help you with color interp fixes. I'm not sure about the *.aux.xml files that get created but they do not seem to always represent all the bands that gdalinfo reports. In particular the alpha band does not sh