Re: [gdal-dev] GDAL block cache question

2008-10-09 Thread Antonio Valentino
Il giorno Wed, 8 Oct 2008 16:23:16 -0400 Luke Roth [EMAIL PROTECTED] ha scritto: Antonio, A lot of questions, let's see ... yes, it's a c++ application, using :) I'm very curious because I started a similar project http://sourceforge.net/projects/gsdview/ http://gsdview.sourceforge.net/

Re: [gdal-dev] ogr option-spat

2008-10-09 Thread Frank Warmerdam
Guillaume Sueur wrote: Weird to say why it doesn't work when you don't know yourself what it should really do... This option (and not function) is designed to extract a specific extent of your input data when using ogr2ogr. Actually it SHOULD work as I use it really often. Check your

Re: [gdal-dev] ogr option-spat

2008-10-09 Thread Guillaume Sueur
Weird to say why it doesn't work when you don't know yourself what it should really do... This option (and not function) is designed to extract a specific extent of your input data when using ogr2ogr. Actually it SHOULD work as I use it really often. Check your data/values/result, and provide

[gdal-dev] ogr option-spat

2008-10-09 Thread GOUBET LIONEL
Hi,   How use the options –spat XMIN YMIN XMAX YMAX ?   I try but it doesn’t work … All data layer is returned (same if I add in a table these columns). What’s the problem ? What’s the utility of this focntion ?   Thanks you ___ gdal-dev mailing

Re: [gdal-dev] GDAL Releases

2008-10-09 Thread Even Rouault
Credits belong to FrankW for the hdf5 fix ;-) Which version of the hdf4 library are you using ? What errors do you get ? etc etc. Please make a ticket with all that if you want to have a chance that things get fixed. http://trac.osgeo.org/gdal/newticket Le Thursday 09 October 2008 19:27:59

Re : Re : [gdal-dev] ogr option-spat

2008-10-09 Thread GOUBET LIONEL
Excuses me I forgot to say that I make file output f  MapInfo File ... Best regards, Lionel   - Message d'origine De : GOUBET LIONEL [EMAIL PROTECTED] À : Frank Warmerdam [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc : gdal-dev@lists.osgeo.org Envoyé le : Jeudi, 9 Octobre 2008, 19h47mn 01s

Re: [gdal-dev] GDAL block cache question

2008-10-09 Thread Christopher Barker
Luke Roth [EMAIL PROTECTED] ha scritto: wxWidgets for the GUI. While I'm developing in Windows, the only dependencies so far are wxWidgets and GDAL, so it should cross-compile on Linux pretty easily. As for the target imagery, I'm looking at pretty large aerial and satellite images (DOQQs,

Re: [gdal-dev] How do I re-size a BSB (KAP) file?

2008-10-09 Thread Christopher Barker
NOTE: your original reply went only to me, you have to hit reply all for it to go to the list. ValiSystem wrote: BSB support is very minimal. I've noticed ;-) I'd like to improve it, but I really have no idea where to start. What i do is warping the file before trying to do anything file

[gdal-dev] get fmrt grib

2008-10-09 Thread Limei Ran
Hi: Could you tell me how I can get grib format to build with gdal? I am using a server and I do not have svn or I can install one. Can I ftp grib format from somewhere? Thanks, Limei ___ gdal-dev mailing list gdal-dev@lists.osgeo.org

Re : Re : Re : [gdal-dev] ogr option-spat

2008-10-09 Thread GOUBET LIONEL
Thanks Frank Netherless, I can to execute a sql request (SDO_RELATE with contains, etc...) filter and it works. I a another way for the solution. Best regards, Lionel - Message d'origine De : Frank Warmerdam [EMAIL PROTECTED] À : GOUBET LIONEL [EMAIL PROTECTED] Cc : [EMAIL

[gdal-dev] gdalwarp - Invalid Tiled GTiff

2008-10-09 Thread Aaron Sutula
Hi List, I am attempting to create a mosaic of elevation data I have stored as a bunch of geotiff files. I am trying this with gdalwarp from FWtools 2.0.6 (so there is bigtiff support). My approach is to gdalwarp one of the source geotiffs into an output geotiff and specify that the output

Re: [gdal-dev] GDAL block cache question

2008-10-09 Thread Ivan Lucena
On Thu, 2008-10-09 at 11:32 -0700, Christopher Barker wrote: Luke Roth [EMAIL PROTECTED] ha scritto: wxWidgets for the GUI. While I'm developing in Windows, the only dependencies so far are wxWidgets and GDAL, so it should cross-compile on Linux pretty easily. As for the target

[gdal-dev] C# OGR and memoryproblems.

2008-10-09 Thread Hallgren, Johan
Hello We are using ogr to create a shapefile. We user C# as the development environment. We now have a problem that the process that runs the code doesn't release references to the shapefile. It's opened and created but there is no close function I could find. At the ogr-home-page I found