[gdal-dev] Re: Translating from to JPEG2000 to ECW

2010-04-08 Thread Jukka Rahkonen
Wickes hotmail.com> writes: > I've read about the 500mb limit, could this be an issue? The file is 300mb > higly compressed JP2 but as uncompressed it is well over 500mb... I do not suppose so, you are using LARGE_OK=YES that is for overriding this limit. I would first try if it works piecewi

Re: Re: [gdal-dev] create a png file

2010-04-08 Thread Jorge Arevalo
Hello, On Wed, Apr 7, 2010 at 5:09 AM, weixj2003ld wrote: > Thk u for your reply. > I read the tuorail.but I think that will not satisfy my need. > I want to create a .png file,and it only contains height data and not > contains metadata, a coordinate system, a georeferencing transform, size of >

Re: [gdal-dev] Problem with libtool on RHEL5/x86_64

2010-04-08 Thread Jose Gomez-Dans
Chaitanya, On 8 April 2010 17:09, Chaitanya kumar CH wrote: > Try to configure with libtool disabled with the option "--without-libtool". > This seems to have solved it. thanks! Jose ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osge

Re: [gdal-dev] Problem with libtool on RHEL5/x86_64

2010-04-08 Thread Ari Jolma
Jose, I compile regularly on a RHEL5/x86_64 and had this type of problem, which was subsequently fixed. The bug report is here: http://trac.osgeo.org/gdal/ticket/3411 Maybe this helps. Ari Jose Gomez-Dans wrote: Hi, I'm trying to compile GDAL 1.7.1 on a RHEL5/x86_64 system. My configure c

Re: [gdal-dev] Problem with libtool on RHEL5/x86_64

2010-04-08 Thread Chaitanya kumar CH
Jose, Try to configure with libtool disabled with the option "--without-libtool". On Thu, Apr 8, 2010 at 8:25 PM, Jose Gomez-Dans wrote: > Hi, > I'm trying to compile GDAL 1.7.1 on a RHEL5/x86_64 system. My configure > call is > > ./configure --with-python --with-geos=/usr/bin/geos-config > --wi

Re: [gdal-dev] download free DEM data

2010-04-08 Thread Seth Price
This isn't the right list for requesting DEM data, but you could start here: http://www2.jpl.nasa.gov/srtm/ ~Seth On Apr 8, 2010, at 8:47 AM, weixj2003ld wrote: Where could I download DEM data,please give me a web address.. Thanks for help in advance. _

Re: [gdal-dev] download free DEM data

2010-04-08 Thread Mateusz Loskot
weixj2003ld wrote: Where could I download DEM data,please give me a web address.. http://www.google.com Best regards, -- Mateusz Loskot, http://mateusz.loskot.net ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listi

[gdal-dev] Problem with libtool on RHEL5/x86_64

2010-04-08 Thread Jose Gomez-Dans
Hi, I'm trying to compile GDAL 1.7.1 on a RHEL5/x86_64 system. My configure call is ./configure --with-python --with-geos=/usr/bin/geos-config --with-curl=/usr/bin/curl-config --with-hdf4=/usr/lib64/hdf --with-sqlite3=yes --with-netcdf=no --with-static-proj4=/usr/lib64/ --with-hdf5=/usr/include/hd

Re: [gdal-dev] download free DEM data

2010-04-08 Thread Ari Jolma
weixj2003ld wrote: Where could I download DEM data,please give me a web address.. Thanks for help in advance. Dear weixj2003ld, With a google search "dem download" you get a list of >42 million web addresses. For example http://edc2.usgs.gov/geodata/index.php Best regards, Ari Jolma --

[gdal-dev] download free DEM data

2010-04-08 Thread weixj2003ld
Where could I download DEM data,please give me a web address.. Thanks for help in advance.___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] Re: Translating from to JPEG2000 to ECW

2010-04-08 Thread Wickes
Thanks for your reply. Your points about the cache switches make sense as they now seem to be making a difference to the amount of memory used whereas before they seemed to do nothing. Sadly, the conversion is still failing at the same point as before even with the new FWTools package. I've also t

RE: [gdal-dev] GDAL trunk compilation broken by r19335 / minizip / libkml

2010-04-08 Thread Harsh Govind
Oh good. Thanks a lot for enabling this driver. It has been tested for rasters over 18GB in size and gives options of both JPG/PNG with default to JPG. Next week I will also add an auto-test to make sure the compilation is working. Regards, Harsh Govind

Re: [gdal-dev] getcolortable is null

2010-04-08 Thread Frank Warmerdam
weixj2003ld wrote: Thk u for your detail reply. 1.Now,I have a DEM(.img) file,and its band number is 1.When I use 'gdal_translate -b 1 -of PNG old.img new.png' to create a png file(I think its contains height map infomation,is it?).the error 'Warning 6:PNG driver doesn't support data type In

Re: [gdal-dev] GDAL trunk compilation broken by r19335 / minizip / libkml

2010-04-08 Thread Tamas Szekeres
2010/4/8 Harsh Govind > I just checked the link and seems like the build is broken on > szekerest-vc80-full. It cannot find ioapi.h which should be present in > minizip include directory. I compiled the minizip as a library. Below are > the commands I used in order to build minizip in VS2005 Comm

[gdal-dev] Re: GDAL trunk compilation broken by r19335 / minizip / libkml

2010-04-08 Thread Francesco P. Lovergine
On Wed, Apr 07, 2010 at 09:36:31PM +0200, Even Rouault wrote: > For the long term solution, I'm not sure what the best option is. In the > past, > I had 'imported' the unzip part of minizip in GDAL port subdirectory to add > support for a /vsizip virtual file system. To avoid issues for applicat