[gdal-dev] Is it possible for gdal_translate to perserve the external georeferencing information?

2011-06-20 Thread Nuo Tang
Hi All, I am new here. Recently I was trying to compress all the tif (some of them have been georeferenced in Arcgis) to jp2. This is the first time that I touch the jp2- amazing! It has the similar quality but smaller size ( 1G tiff= 45M jp2). However, there are some tif images which i have geore

Re: [gdal-dev] Problem Compiling with Oracle (--with-oci)

2011-06-20 Thread Nikolaos Hatzopoulos
check the configure file it might need changes (vi configure) you can add the elgis repo add the devel package and start getting involved with the compile. this is a src rpm: http://elgis.argeo.org/repos/testing/5/elgis/SRPMS/gdal-1.8.0-2.el5.elgis.src.rpm if you are familiar with spec files I

Re: [gdal-dev] Problem Compiling with Oracle (--with-oci)

2011-06-20 Thread Chris Hodgson
grep tells me that the /ade/smayer.../ path is not in any text file in my gdal distribution (even after configuring) - which I grabbed the latest 1.8.0 from osgeo.org. Chris Ivan Lucena wrote: Chris, I am not on my Linux machine now to confirm but I would never needed to use --with-expat po

[gdal-dev] Problem Compiling with Oracle (--with-oci)

2011-06-20 Thread Chris Hodgson
I'm trying to compile GDAL/OGR with support for Oracle/OCI. I have the full oracle 11g server installed on CentOS 5.3. # configure --with-oci=/opt/oracle/product/11.2.0/dbhome_1/ # make ... libtool:. g++: /ade/smayer_perl_510/perl_source/expat_home/lib/libexpat.so: No such file or directory

[gdal-dev] Forcing the rounded of coordinates

2011-06-20 Thread Sylvain Maffren
Hi ! I apologize in advance for my english which I not very fluent. I have some questions about the tool ogr2ogr (and also about gdalwarp and gdal_translate) and the rounding of coordinates. Let me explain: Some databases (particularly IGN -- France databases) have coordinates rounded to t

[gdal-dev] ogr2ogr.java s57 conversion

2011-06-20 Thread Robert Naugle
If I use the GDAL 1.7.3 version of ogr2ogr from the command line, like: *ogr2ogr -skipfailures /path/to/dest /path/to/source* it works great. I get a directory 'dest' full of shapefiles, one for each layer in the source S-57 chart file. (in my case, 21 different layers) I am trying to use ogr2

[gdal-dev] Re: Transposing image data using RasterIO

2011-06-20 Thread Paul Mallas
Yes, I get a segmentation fault with this On 6/17/2011 5:41 PM, Frank Warmerdam wrote: On 11-06-17 03:23 PM, Paul Mallas wrote: Hello, I am trying to transpose image data (i.e., swap lines and columns) and am struggling to make it work properly. I think this should be possible through RasterIO

Re: [gdal-dev] JAXAPalsar 1.0 & 1.1 extended metadata reading support

2011-06-20 Thread Frank Warmerdam
On 11-06-18 12:59 PM, Antonio Valentino wrote: Regarding the JAXAPalsar driver, it is currently registered *after* the ceos2 driver so, if my understanding is correct, CEOS products should be opened with ceos2 and the JAXAPalsar should be used as a fallback. Is it correct? Antonio, Yes, if it