Re: [gdal-dev] Converting big Intergraph cit files

2009-05-06 Thread Lucena, Ivan
Andreas, If that issue is related to http://trac.osgeo.org/gdal/ticket/1959 check the version you are using. Ivan ---Original Message--- From: Andreas Neumann a.neum...@carto.net Subject: [gdal-dev] Converting big Intergraph cit files Sent: May 06 '09 01:58 Hi all, I

Re: [gdal-dev] satellite image processing in Python

2009-04-17 Thread Lucena, Ivan
regards, Ivan ---Original Message--- From: Scott Sinclair scott.sinclair...@gmail.com Subject: Re: [gdal-dev] satellite image processing in Python Sent: Apr 17 '09 06:58 2009/4/14 Harris, Sarah L sarah.l.har...@jpl.nasa.gov: I would like to use this code written by Yann Chemin

Re: [gdal-dev] translate many ascii file in a folder to another folder

2009-04-08 Thread Lucena, Ivan
What OS are you in? What output format is that, JDEM, USGSDEM, an elevation model in any other raster format? Check the for help (type for help on Windows, man for on UNIX). Example in Windows with Geotiff output: C:\ for %I in (E:\asci\*.asc) do gdal_translate -of gtiff %I

[gdal-dev] VRT Pixel Functions in Python (?)

2009-04-01 Thread Lucena, Ivan
Hi there, Would be possible to write a 'VRT Pixel Function' [1] in Python? Probably not. But wouldn't that be nice? Ivan [1] - http://www.gdal.org/gdal_vrttut.html ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman

Re: [gdal-dev] get the info of the hdf4 tranlate hdf4 to tif

2009-03-28 Thread Ivan Lucena
Hi, Perhaps, the problem is with the colon (:) in the path. There may be If that is the case, I filed that ticket two months ago and Even has fixed it already http://trac.osgeo.org/gdal/ticket/2823 but maybe it is not on that build. Ivan Chaitanya kumar CH wrote: apachemaven, 2009/3/27

Re: [gdal-dev] python-gdal ComputStatistics return just two values

2009-03-27 Thread Lucena, Ivan
is easy. Thank you very much, Ivan ---Original Message--- From: Even Rouault even.roua...@mines-paris.org Subject: Re: [gdal-dev] python-gdal ComputStatistics return just two values Sent: Mar 27 '09 18:45 Hi Ivan, I don't think there's a bug. The C API

Re: [gdal-dev] python-gdal ComputStatistics return just two values

2009-03-27 Thread Lucena, Ivan
Actually... GetStatistics dows the same as ComputeRasterStatistcs() That is confusing... ---Original Message--- From: Lucena, Ivan ivan.luc...@pmldnet.com Subject: Re: [gdal-dev] python-gdal ComputStatistics return just two values Sent: Mar 27 '09 19:05 Even, I see

Re: [gdal-dev] python-gdal ComputStatistics return just two values

2009-03-27 Thread Ivan Lucena
D'accord. Even Rouault wrote: Le Friday 27 March 2009 20:05:11 Lucena, Ivan, vous avez écrit : Even, I see. You are right. With the absence of ComputeRasterStatistics() I got confused and I made the wrong assumption. BTW, why there is no wrapper for ComputeRasterStatistics()? That would

Re: [gdal-dev] Is it a big thing to change ECW to support 16-bit imagery?

2009-03-27 Thread Ivan Lucena
] http://www.gdal.org/frmt_ecw.html My best regards, Ivan mohwawang wrote: Mateusz, License issue can be resolved through negotiation. Then back to the technique issue: Is it a big thing to change ECW to support 16-bit imagery? Mo --- On Fri, 3/27/09, Mateusz Loskot mate...@loskot.net

Re: [gdal-dev] Re: Lossless JPEG in GDAL

2009-03-15 Thread Ivan Lucena
- and post-processing provided by this library. We feel that lossless JPEG is better handled by a separate library. Best regards, Ivan Jukka Rahkonen wrote: Scott Arko sarko at asf.alaska.edu writes: Frank, Thanks for the idea on filing a ticket. I will do that. I tried another

Re: [gdal-dev] Bigtiff question

2009-03-06 Thread Lucena, Ivan
Python script anyway. Thanks a lot. My best regards, Ivan ---Original Message--- From: Frank Warmerdam warmer...@pobox.com Subject: Re: [gdal-dev] Bigtiff question Sent: Mar 05 '09 17:07 Lucena, Ivan wrote: Yes, that runs a lot of seek's to writes just few bytes here

Re: [gdal-dev] Is anyone working on an OGR driver for IDRISI vector data?

2009-02-16 Thread Ivan Lucena
Hi There, I started working on the VCT format just after the RST but I did not see much interest about it. I could commit it to the trunk if someone want to take from here I left. Best regards, Ivan Sjur Kolberg wrote: Dear list, The IDRISI raster format is well represented in GDAL

Re: [gdal-dev] GDAL in Netbeans IDE

2009-01-31 Thread Lucena, Ivan
Mateusz. I don't mind at all. That is great. Ivan ---Original Message--- From: Mateusz Loskot mate...@loskot.net Subject: Re: [gdal-dev] GDAL in Netbeans IDE Sent: Jan 31 '09 19:17 Iva, I've taken the liberty to post your notes on the Wiki: http://trac.osgeo.org

Re: [gdal-dev] GDAL in Netbeans IDE

2009-01-28 Thread Ivan Lucena
folder path That is it. Best regards, Ivan Vali Poncos wrote: Hello, Does anybody know how to import the GDAL projects in Netbeans IDE 6.1? Is there another IDE used to compile GDAL? Thanks, Vali Now with a new

[gdal-dev] GDAL JAVA problem

2009-01-12 Thread Lucena, Ivan
the same -Djava.library.path as in the Java App. I confess that I don't have a lot of experience with that environment so it could be that I am missing something very simple. Any advise would be welcome. Ivan ___ gdal-dev mailing list gdal-dev

Re: [gdal-dev] GDAL JAVA problem

2009-01-12 Thread Lucena, Ivan
Never mind. I just copied osrjni.dll, gdalsontjni.dll, gdaljni.dll and ogrjni.dll to ../Java/jre/bin and it worked just fine. There must be another way to keep those dll in another place. :( Regards, Ivan ---Original Message--- From: Lucena, Ivan ivan.luc...@pmldnet.com

Re: [gdal-dev] HDF4 reading MISR Level 3 with incorrect dimension

2008-12-29 Thread Lucena, Ivan
Ok Frank, I create the ticket [1] with links to the site [2] where the images came from. Best regards, Ivan [1] http://trac.osgeo.org/gdal/ticket/2758 [2] http://eosweb.larc.nasa.gov/PRODOCS/misr/level3/level3_CGAS_small.html ---Original Message--- From: Frank Warmerdam warmer

Re: [gdal-dev] Debugging on Windows Using Visual Studio

2008-12-22 Thread Ivan Lucena
code tree VS will be able to perform step-into (F11) better. Not sure. Regards, Ivan Joel Odom wrote: Problem solved. For the benefit of the group and the searchable list archives, I'll describe here what was going on. My build on Windows, using makegdal80.sln, was generating a gdal15.dll

Re: [gdal-dev] Debugging on Windows Using Visual Studio

2008-12-20 Thread Lucena, Ivan
tried it on Windows. Try something simple first like debugging gdalinfo first. It should work. Regards, Ivan ---Original Message--- From: Joel Odom joelo...@gmail.com Subject: [gdal-dev] Debugging on Windows Using Visual Studio Sent: Dec 19 '08 15:46 Has anyone had any

Re: [gdal-dev] Intructions to build GDAL for Java

2008-12-11 Thread Lucena, Ivan
Hi Daniele, I guess some definitions previously contained on java.opt have been actually moved on NMAKE.opt in the main gdal folder. That was all I need to know. Grazie! {{{ compile: [mkdir] Created dir: C:\Dev\gdal\swig\java\build\classes [javac] Compiling 49 source files to

[gdal-dev] Intructions to build GDAL for Java

2008-12-10 Thread Lucena, Ivan
] http://trac.osgeo.org/gdal/wiki/GdalOgrInJavaBuildInstructionsUnix [2] http://trac.osgeo.org/gdal/wiki/GdalOgrInJavaBuildInstructions [3] http://trac.osgeo.org/gdal/browser/trunk/gdal/swig/java Regards, Ivan ___ gdal-dev mailing list gdal-dev

Re: [gdal-dev] How do I select 3 of 5 bands for output?

2008-11-08 Thread Lucena, Ivan
, Ivan [1]: http://www.gdal.org/gdal_vrttut.html ---Original Message--- From: Stephen Woodbridge [EMAIL PROTECTED] Subject: Re: [gdal-dev] How do I select 3 of 5 bands for output? Sent: Nov 08 '08 03:36 Stephen Woodbridge wrote: Lucena, Ivan wrote: Hi Steve,   I have

Re: [gdal-dev] How do I select 3 of 5 bands for output?

2008-11-08 Thread Lucena, Ivan
Steve, I have no experience with Mr.SID. I don't know the gentleman :). I don't know if that is a bug or a limitation of this driver. Best regards, Ivan ---Original Message--- From: Stephen Woodbridge [EMAIL PROTECTED] Subject: Re: [gdal-dev] How do I select 3 of 5 bands

Re: [gdal-dev] How do I select 3 of 5 bands for output?

2008-11-07 Thread Lucena, Ivan
=epsg:$epsg -t_srs EPSG:4326 -te $xm $ym $xx $yx -rb - wm 250 --config GDAL_ONE_BIG_READ ON -co TILED=YES tmp.vrt $work/$outd/$outf\n); } system(gdalmanage delete tmp.vrt); Regards, Ivan ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http

Re: [gdal-dev] Custom GDAL Driver with ArcGIS 9.3

2008-10-30 Thread Lucena, Ivan
that. Thanks to tell us that they decided to make their GDAL branch public. Some people were waiting for that. I apologize for given the wrong information a week ago. Ivan ---Original Message--- From: Leonard, Kyle B [EMAIL PROTECTED] Subject: [gdal-dev] Custom GDAL Driver with ArcGIS

Re: [gdal-dev] Installing test databases/servers online for the GDAL project

2008-10-28 Thread Lucena, Ivan
. Best regards, Ivan ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] visual leak detector support

2008-10-17 Thread Lucena, Ivan
need to check the compilation/debugging flags to see what is going on. There was a big change at some point (a year ago?...) and it might be affecting the use of VLD. Best regards, Ivan ---Original Message--- From: Norman Barker [EMAIL PROTECTED] Subject: [gdal-dev] visual leak

Re: [gdal-dev] GDAL block cache question

2008-10-10 Thread Lucena, Ivan
insane. -Chris Thanks Chris, that discussion and your suggestions are very helpful. Ivan ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] GDAL block cache question

2008-10-09 Thread Ivan Lucena
, or... Id be very interested. Particularly if those components were (or could be ) wrapped for wxPython. I completely agree with Chris. Ivan ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] Fastest way to add the GeoTransform to a raster file with Python

2008-09-18 Thread Lucena, Ivan
- Rush| Geospatial Programmer for Rent ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev Best regards, Ivan ___ gdal-dev mailing list gdal-dev

Re: [Gdal-dev] Algorithm Development

2008-09-08 Thread Lucena, Ivan
regards, Ivan [1] http://terralib.org/html/v320/html/class_te_interpolation_algorithms.html ---Original Message--- From: Frank Warmerdam [EMAIL PROTECTED] Subject: Re: [Gdal-dev] Algorithm Development Sent: Sep 09 '08 03:22 Fodder wrote: Frank Warmerdam-2 wrote

Re: [gdal-dev] OCI driver not adding data to Oracle Table

2008-09-03 Thread Lucena, Ivan
Bruce, I have seem this error message before and I think is it exactly what you though but just for troubleshooting, could you try to re-create the columns as NUMERIC without (precision,scale) and run it again. That will point out where the error occurs. Maybe. Ivan Clay, Bruce wrote: I

Re: [gdal-dev] Reading image

2008-09-02 Thread Lucena, Ivan
#e077c53268d2272eebed10b891a05743 4)http://perrygeo.googlecode.com/svn/trunk/demtools/ Best regards, Ivan Silvia Marchesi wrote: Hi everybody, I'm a new user of gdal library and functions and I would like to know how can I read a multiband image putting in a matrix (i.e. A[x][y][b]) the values of the DN

Re: [gdal-dev] Injecting Projection information in CreateCopy

2008-08-29 Thread Lucena, Ivan
I would take a look on how gdal_translate process the -a_srs parameter: http://trac.osgeo.org/gdal/browser/trunk/gdal/apps/gdal_translate.cpp#L311 Christiaan Janssen wrote: My problem with this is that I'm not actually trying to reproject the data. The best example of what I'm doing is

Re: [gdal-dev] Support for reading GDAL datasets in compressed archives (.gz and .zip)

2008-08-27 Thread Lucena, Ivan
that the driver would help command like users and GUI developers to use sub-datasets in the same way for all GDAL formats that supports it. Semantically, I would not be ashamed of calling a folder a dataset-container, with sub-datasets inside. Just an idea, too much coffee :) Best regards, Ivan

Re: [gdal-dev] GRIB2 file produces None on opening

2008-08-15 Thread Lucena, Ivan
Just a comment: There are some grib files generated by SPRING that are not compatible with the GRIB driver. It might be a version issue GRIB1, GRIB2 or something. Ex.: C:\Data\SpringDB\SP\SPaulogdalinfo I000355.grb ERROR 4: `I000355.grb' not recognised as a supported file format. gdalinfo

Re: [gdal-dev] orginfo and prj files

2008-08-14 Thread Lucena, Ivan
. But one end-user practical solution would be to use org2org to export to another format which the driver does explicitly shows the EPSG code. Would that be possible? Does other OGR driver shows authority code? Thanks, Ivan ___ gdal-dev mailing list gdal

[gdal-dev] Limit on CPLSerializeXMLTree?

2008-08-11 Thread Lucena, Ivan
Hi all, Is there any limitation on the size of the string produced by CPLSerializeXMLTree()? Best regards, Ivan ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

<    1   2   3   4