[gdal-dev] ArcSDE Direct Connect Support

2015-09-07 Thread Fletcher, Stuart (DPIPWE)
Hi there, Has anyone managed to compile GDAL with support for ArcSDE Direct Connect Libraries. The ArcSDE SDK includes library files for this however there doesn't appear to be any compile flags within GDAL. We are using --with-sde=/home/gdal/ArcSDE-10.2 --with-sde-version=102 This however onl

Re: [gdal-dev] Call for discussion on RFC 59 (v2): GDAL/OGR utilities as a library

2015-09-07 Thread Even Rouault
Le mardi 01 septembre 2015 23:00:37, Ari Jolma a écrit : > On 01.09.2015 16:34, Even Rouault wrote: > > 2) Variant of 1). With some Python magic on **kwargs it can be automated > > to redirect on 1) mem_ds = gdal.Translate('', src_ds, bands = [1,2,3], > > format = 'MEM', progress = my_progress_met

Re: [gdal-dev] tiled vector map

2015-09-07 Thread Jukka Rahkonen
Ahmet Temiz gmail.com> writes: > > > > Thank you Jukka for your interest. > > In my system, I intend to do that, specifically for our huge road map. Unfortunately this is rather a light-weight specification. Read what Jaak Laineste wrote, study what others have done, and think about your ow

Re: [gdal-dev] HDF5: best practice

2015-09-07 Thread Even Rouault
Jose, > > We're using the Python GDAL bindings to ingest many different datasets into > our processing system, which currently outputs data as GeoTIFF files. > However, in order to optimise processing, parts of the code use HDF5. As > such, we would like to drop the GeoTIFF output and use the HDF

[gdal-dev] HDF5: best practice

2015-09-07 Thread Jose Gomez-Dans
Hello, We're using the Python GDAL bindings to ingest many different datasets into our processing system, which currently outputs data as GeoTIFF files. However, in order to optimise processing, parts of the code use HDF5. As such, we would like to drop the GeoTIFF output and use the HDF5 format d