[gdal-dev] Re: OGR/Spatialite patches

2011-03-30 Thread Even Rouault
Hi Alessandro, (CC'ing gdal-dev - and resending it since first reply was blocked due to too many recipients) Impressive work ! My remarks and questions: 1) Could you

[gdal-dev] Re: conversion of oracle spatial to shapefile

2011-03-30 Thread Chaitanya kumar CH
Natasha, Even maintains the Java bindings for GDAL. You can find some utilities written in Java at http://trac.osgeo.org/gdal/browser/trunk/gdal/swig/java/apps These include ogr2ogr.java too. On Wed, Mar 30, 2011 at 5:34 PM, natasha chatterjee < natashachatter...@rediffmail.com> wrote: > > Hello

Re: [gdal-dev] RGB bands

2011-03-30 Thread Emilio de Torres Fernández
Thanks Chaitanya, I did $ gdal_translate src.tif dst.tif -b 3 -b 2 -b 1 co PHOTOMETRIC=RGB to create the new GeoTIFF with the order of the bands modified and the color interpretation assigned to them. Best regards. El mar, 29-03-2011 a las 17:13 +0530, Chaitanya kumar CH escribió: > E

[gdal-dev] Re: OGR S57 write support

2011-03-30 Thread slava_l
Frank, thanks for the quick response. I hope to write c++ program. Unfortunately, I have raw data in text format. But could it help if I create (using ENC Designer) some template S57 file containing only one isobath. Then open it and complement with required data using "clone" and filling by ne