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

2008-10-28 Thread Tamas Szekeres
Frank, Even, Ivan, Thank you all for your comments, It great to hear that most of these are available for free, so we 'only' have to deal with setting them up. Yes, a 'gdaltest' VM image would be helpful, we could easily set up and run all of those databases locally on each buildbot machine so we

Re: (nwl) Re: [gdal-dev] Saving data to the TEXT domain NITF

2008-10-28 Thread Frank Warmerdam
Kurt Landrus wrote: How hard would it be to add support, is there a lot that needs to be added to the framework, or is there just code that needs to be added to the nitf driver itself? i.e. is the code required straightforward enough that I can look at adding it and uploading changes? Any tips

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

2008-10-28 Thread Even Rouault
As far as pgsql and mysql are concerned, the first few lines of ogr_pg.py and ogr_mysql.py describe what is required to set up the databases. For these ones, it is pretty easy. For the other servers, I can't say. For the record: # # To create the required PostGIS instance do something like: # #

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

2008-10-28 Thread Frank Warmerdam
Tamas Szekeres wrote: Folks, I'm not totally sure whether this topic has already been discussed or not, however I'd like to see your opinion about. I've just worked on adding further drivers to Windows buildbot slaves, as I consider it would be reasonable to have them regularly tested especialy

Re: [gdal-dev] Definition conflict in HDF4 driver?

2008-10-28 Thread Even Rouault
A similar fix is already in trunk, and in branches/1.5 (but too late for 1.5.3, so it will be available in GDAL 1.5.4) See ticket http://trac.osgeo.org/gdal/ticket/2609 Le Tuesday 28 October 2008 19:59:09, vous avez écrit : > Is this something you would be willing to commit in trunk before the >

Re: [gdal-dev] Definition conflict in HDF4 driver?

2008-10-28 Thread Frank Warmerdam
Kor de Jong wrote: Hi Sjur, On Tuesday 28 October 2008 13:26:45 Kolberg Sjur A wrote: I seem to get a conflict between the GDAL file hdf4dataset.h and the HDF4 file mfhdfi.h concerning 'UNKNOWN' as an enum definition: 1>c:\program files\gdal-1.5.3\frmts\hdf4\hdf4dataset.h(55) : error C2365: 'UN

Re: (nwl) Re: [gdal-dev] Saving data to the TEXT domain NITF

2008-10-28 Thread Kurt Landrus
How hard would it be to add support, is there a lot that needs to be added to the framework, or is there just code that needs to be added to the nitf driver itself? i.e. is the code required straightforward enough that I can look at adding it and uploading changes? Any tips on where I can sta

Re: [gdal-dev] Python / ArcGIS / zlib conflict

2008-10-28 Thread Christopher Barker
Gregory, Matthew wrote: It seems strange to me that ArcGIS would put the 'bin' directory (that had all kinds of other stuff besides Python DLLs) into PYTHONPATH, but I may not have a good grasp of the complexities here ... My rant: Why the heck do folks using python to script their own tools

Re: [gdal-dev] gdal_priv.h not found on ubuntu

2008-10-28 Thread Markus Neteler
On Tue, Oct 28, 2008 at 4:42 PM, Frank Warmerdam <[EMAIL PROTECTED]> wrote: > PS. I'm interested in adopting Matt Perry's utillities into GDAL proper at > some point to streamline their use and maintenance. Frank, this would be great. I am long term user of these tools. Markus __

Re: [gdal-dev] gdal_priv.h not found on ubuntu

2008-10-28 Thread Frank Warmerdam
Matt Wilkie wrote: Hello Folks, I could use some hand-holding please... :) I'm trying to compile Matt Perry's hillshade [http://www.perrygeo.net/wordpress/?p=7] utility on Ubuntu 8.10 (amd64 if that makes a difference). I'm told "hillshade.cpp:24:23: error: gdal_priv.h: No such file or directo

Re: [gdal-dev] Formats question (was Re: JPEG2000 question/issue)

2008-10-28 Thread Frank Warmerdam
Nidel, Mike wrote: That was what I was looking for, thank you. Now a new question, is there a way to remove formats from the build entirely? Obviously there is for formats that require external libraries, they just don't get uncommented in the nmake.opt. But what about, for example, disabling NI

Re: [gdal-dev] Definition conflict in HDF4 driver?

2008-10-28 Thread Kor de Jong
Hi Sjur, On Tuesday 28 October 2008 13:26:45 Kolberg Sjur A wrote: > I seem to get a conflict between the GDAL file hdf4dataset.h and the HDF4 > file mfhdfi.h concerning 'UNKNOWN' as an enum definition: 1>c:\program > files\gdal-1.5.3\frmts\hdf4\hdf4dataset.h(55) : error C2365: 'UNKNOWN' : > redef

[gdal-dev] Formats question (was Re: JPEG2000 question/issue)

2008-10-28 Thread Nidel, Mike
That was what I was looking for, thank you. Now a new question, is there a way to remove formats from the build entirely? Obviously there is for formats that require external libraries, they just don't get uncommented in the nmake.opt. But what about, for example, disabling NITF at compile time? I

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

2008-10-28 Thread Lucena, Ivan
Tamas, Very good point! > Another benefit of such an addition would be that the developers could > track down and fix issues related to these drivers without having to > wait for the component owner to take the required action. Most of the > developers (like me) cannot afford spending such am

[gdal-dev] Definition conflict in HDF4 driver?

2008-10-28 Thread Kolberg Sjur A
Hello, list... I am trying to compile GDAL 1.5.3 with HDF and GRIB drivers, under MSVC 2005-SP1, using the project files distributed at http://vterrain.org/Distrib/gdal.html . I have installed pre-built binaries for HDF42r3 and HDF5-1.8.1. and the librar

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

2008-10-28 Thread Tamas Szekeres
Folks, I'm not totally sure whether this topic has already been discussed or not, however I'd like to see your opinion about. I've just worked on adding further drivers to Windows buildbot slaves, as I consider it would be reasonable to have them regularly tested especialy during the beta/release

[gdal-dev] gdal_priv.h not found on ubuntu

2008-10-28 Thread Matt Wilkie
Hello Folks, I could use some hand-holding please... :) I'm trying to compile Matt Perry's hillshade [http://www.perrygeo.net/wordpress/?p=7] utility on Ubuntu 8.10 (amd64 if that makes a difference). I'm told "hillshade.cpp:24:23: error: gdal_priv.h: No such file or directory". I have installed