[gdal-dev] Re: Fwd: merging shapefiles larger than 4GB

2011-05-02 Thread Jukka Rahkonen
Brian Wilson wildsong.biz> writes: > > I am afraid you are out of luck, the shapefile format restricts its size to 32 bit. See bytes 24-27http://en.wikipedia.org/wiki/ShapefileEven if the SHP part was not so restricted, I bet the DBF part is. Actually the SHP part is setting the limit. DBF par

Re: [gdal-dev] merging shapefiles larger than 4GB

2011-05-02 Thread Chaitanya kumar CH
Harsha, It is advisable to limit the file size to 2GB. Though 4GB is possible, not all software implement up to that limit. You may have problems if you ever use it in other software. On Tue, May 3, 2011 at 3:58 AM, Harsha Ch wrote: > Hi all, > I am using ogr2ogr merge all my shapefiles i

Fwd: [gdal-dev] merging shapefiles larger than 4GB

2011-05-02 Thread Brian Wilson
I am afraid you are out of luck, the shapefile format restricts its size to 32 bit. See bytes 24-27 http://en.wikipedia.org/wiki/Shapefile Even if the SHP part was not so restricted, I bet the DBF part is. Cheers Brian On Mon, May 2, 2011 at 3:28 PM, Harsha Ch wrote: > Hi all, > I am u

[gdal-dev] merging shapefiles larger than 4GB

2011-05-02 Thread Harsha Ch
Hi all, I am using ogr2ogr merge all my shapefiles into one large file. Its failing with following error ERROR 1: Failed to write shape object. File size cannot reach 4294967280 + 28. ERROR 1: Terminating translation prematurely after failed I looked at shapefil.h its using unsigned int for

Re: [gdal-dev] GDAL Java bindings, using gdal plugins under Windows

2011-05-02 Thread Armin Burger
Even thanks for the reply. The path to the standard GDAL dll's was included in the system path definition when running the command from the Windows console. I guess also that otherwise the gdalinfo.java running on a GeoTiff file would have produced a similar error. armin On 02/05/2011 18:53

Re: [gdal-dev] GDAL Java bindings, using gdal plugins under Windows

2011-05-02 Thread Even Rouault
Le lundi 02 mai 2011 14:14:26, Armin Burger a écrit : > Hello all > > I tried to use GDAL plugins via the Java bindings under Windows. The > compiled GDAL libraries are the ones taken from > http://www.gisinternals.com/sdk/, I used the > "release-1400-gdal-1-8-0-mapserver-5-6-6" built. > > Compil

[gdal-dev] Re: Status of Terralib Driver on GDAL

2011-05-02 Thread Ivan Lucena
Hi Daniele, I did not received your CC. Anyway, the development of the Raster Terralib driver was put on hold for several reason, technical and not technical. I would decline my authorship and copyright information to whoever want to take it over and would also agree if the GDAL governance wou

[gdal-dev] query on distance

2011-05-02 Thread Namrata
Hi, I am eager to know how does this distance() method works? And returned double value is in what units? Thanks -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/query-on-distance-tp6323737p6323737.html Sent from the GDAL - Dev mailing list archive at Nabble.com. __

[gdal-dev] GDAL Java bindings, using gdal plugins under Windows

2011-05-02 Thread Armin Burger
Hello all I tried to use GDAL plugins via the Java bindings under Windows. The compiled GDAL libraries are the ones taken from http://www.gisinternals.com/sdk/, I used the "release-1400-gdal-1-8-0-mapserver-5-6-6" built. Compilation of the sample gdalinfo.java worked fine and I can apply it on

[gdal-dev] S57 missing layers

2011-05-02 Thread Gabriel Breahna
Hello, I have a S75 file, 1R5NK000.000, from this archive ftp://www.risserver.nl/ENC/Rotterdam_Amsterdam.zip. Using the command: ogrinfo.exe 1R5NK000.000 I can see 31 layers. Using OpenCPN or SeeMyEnc I can see more layers in the same file: m_nsys wtwaxs feryrt comare dismar but seems ogrinfo des

[gdal-dev] Status of Terralib Driver on GDAL

2011-05-02 Thread Daniele Romagnoli
Hi list, from the GDAL formats page ([1]), I see there isn't any additional information about the Terralib driver. Does anyone on the mailing list have some quick feedbacks or status report about this Driver? Is it an experimental/in progress driver? Does anyone have some experience with it? (I hav

[gdal-dev] Interpolate one image onto another

2011-05-02 Thread Knut-Frode Dagestad
Hi! If I have two overlapping raster images, how can I interpolate one of them to the exact coverage of the other image, so that they can be compared pixel by pixel? I primarily want to do this with Python API, but tips on how to do it with commandline utilities are also welcome. The two ima