[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 OGRD

[gdal-dev] GDAL 1.5.3RC1

2008-10-09 Thread Frank Warmerdam
Folks, I have prepared a 1.5.3 release candidate at: http://download.osgeo.org/gdal/gdal-1.5.3RC1.tar.gz http://download.osgeo.org/gdal/gdal153RC1.zip Feedback is welcome. I'll call a motion to make it officially 1.5.3 tomorrow as I haven't had much chance to check it tonight. It is now av

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

Re: [gdal-dev] gdalwarp - Invalid Tiled GTiff

2008-10-09 Thread Frank Warmerdam
Aaron Sutula wrote: 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 speci

[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 g

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 PROTECT

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

2008-10-09 Thread Frank Warmerdam
GOUBET LIONEL wrote: Here are more precisions: 1. I work with OSGEO4W with plugins oci. 2. My datatable is a table Oracle spatial with a column geometry. 3. If I launch ogr.exe with *-sql select * from myTable* or with *-sql select * from myTable -spat XMIN YMIN XMAX YMAX =>* the

Re: [gdal-dev] get fmrt grib

2008-10-09 Thread Frank Warmerdam
Limei Ran wrote: 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? Limei, If you build from GDAL trunk (the development version) then GRIB format is included by default.

[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 http://list

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

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 : 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, 19h47m

Re : [gdal-dev] ogr option-spat

2008-10-09 Thread GOUBET LIONEL
OK Frank and Guillaune Here are more precisions: 1. I work with OSGEO4W with plugins oci. 2. My datatable is a table Oracle spatial with a column geometry. 3. If I launch ogr.exe with -sql select * from myTable or with -sql select * from myTable -spat XMIN YMIN XMAX YMAX =

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 Andr

Re: [gdal-dev] OGR: DXF driver

2008-10-09 Thread Even Rouault
Aurélien, Obviously, I'm not answering exactly to question, but in case you were not aware of it, there's a patch in trac for a - write-only- DXF driver for OGR : http://trac.osgeo.org/gdal/ticket/2555. There's also a previous DXF driver now living in 'spike' (because of licencing reasons), wi

Re: [gdal-dev] GDAL Releases

2008-10-09 Thread Andrew Brooks
On Wed, 08 Oct 2008 22:31:08 +0100, Even Rouault <[EMAIL PROTECTED]> wrote: > FYI, with the fix done in http://trac.osgeo.org/gdal/ticket/2297, I've > successfully built GDAL trunk with a HDF5 1.8.1 library (built from the > source without any particular config option). You're right about hdf5, so

[gdal-dev] OGR: DXF driver

2008-10-09 Thread Aurélien Kamel
Hello, Does somebody knows where I could find (if existing) a DXF driver for OGR that supports reading (writing is not necessary) ? Thanks, Aurel ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-

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 data/value

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 mor

[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