Re: [gdal-dev] gdalwarp for ED50 UTM zone 31N to WGS84

2009-05-11 Thread Jean-Claude REPETTO
Ragi Y. Burhum a écrit : In order to get it to work correctly, I had to use the right +towgs84 parameters from http://earth-info.nga.mil/GandG/coordsys/onlinedatum/CountryEuropeTable.html . Although the table showed -84 (+/-5), -107(+/-6), -120 (+/-3), for my own purposes -87, -98, -121 see

Re: [Gdal-dev] Building a Projection Dialog

2009-05-11 Thread Ari Jolma
Even Rouault kirjoitti: Indeed, the OPT functions are exposed through swig. I've checked that the Python osr.GetProjectionMethods() works as expected, but I wouldn't be surprised if the other languages miss the necessary typemaps Perl code: use Geo::GDAL; my $methods = Geo::OSR::GetProject

Re: [gdal-dev] GDAL 1.6.1 RC2 Released

2009-05-11 Thread William Kyngesburye
Same external libtiff 4 beta and internal geotiff as I've always used. Actually newer, beta 3, than I used in GDAL 1.6.0 (beta 2). Maybe something important has been updated in libtiff since beta 3? I see that there are a lot of very recent changes in the internal libtiff, maybe they are

Re: [gdal-dev] GDAL 1.6.1 RC2 Released

2009-05-11 Thread Ivan
William, I might be wrong but I think that this TIFFReadDirectory error is because you need to use the GDAL internal libtiff/geotiff libraries as in Linux: ./configure --with-libtiff=internal --with-geotiff=internal Regards, Ivan William Kyngesburye wrote: Just got done testing RC1... Autot

Re: [gdal-dev] GDAL 1.6.1 RC2 Released

2009-05-11 Thread William Kyngesburye
Just got done testing RC1... Autotests all OK on OSX except for a new failure: TEST: tiff_ovr_10: tiff_ovr_10_interverted ... ERROR 1: TIFFFetchDirectory:tmp/ovr10.tif: Can not read TIFF directory count ERROR 1: TIFFReadDirectory:Failed to read directory at offset 1276248064 fail Faile

[gdal-dev] GDAL 1.6.1 RC2 Released

2009-05-11 Thread Howard Butler
All, The GDAL team is pleased to announce the release of GDAL 1.6.1 RC2. According to the roadmap for both the 1.5.x and 1.6.x bugs, ~ 120 bugs have been addressed in this release. Because this is our first maintenance release in the 1.6 series, and the list is quite large, I am not p

[gdal-dev] gdalwarp for ED50 UTM zone 31N to WGS84

2009-05-11 Thread Ragi Y. Burhum
I was just sending this e-mail so that it can be searched through the archives. Thanks to Even Rouault for walking me through something that should have been obvious :) Originally, I was having trouble finding the right parameters for gdalwarp to be able to warp some imagery that I got from Spain.

Re: [Gdal-dev] Building a Projection Dialog

2009-05-11 Thread Diaren
Frank Warmerdam wrote: > > I will mention the rarely used OPT functions: > > char CPL_DLL ** OPTGetProjectionMethods(); > char CPL_DLL ** OPTGetParameterList( const char * pszProjectionMethod, > char ** ppszUserName ); > int CPL_DLL OPTGetParameterInfo( const char

Re: [Gdal-dev] Building a Projection Dialog

2009-05-11 Thread Even Rouault
Indeed, the OPT functions are exposed through swig. Here's the comment from swig/include/osr.i : /* * Python has it's own custom interface to GetProjectionMethods().which returns * fairly complex structure. * * All other languages will have a more simplistic interface which is * exactly the

Re: [gdal-dev] FOSS4G 2009 Registration Opens

2009-05-11 Thread Roger André
Hi Jeff, I have no other questions, and thanks for explaining how the selection process works. Roger -- On Mon, May 11, 2009 at 11:13 AM, Jeff McKenna < jmcke...@gatewaygeomatics.com> wrote: > Roger André wrote: > >> Just out of curiosity, how is the location of FOSS4G determined? >> >> > There

Re: [Gdal-dev] Building a Projection Dialog

2009-05-11 Thread Frank Warmerdam
Diaren wrote: Using the SWIG C# libraries I'm attemtping to build a projected/Geographic SpatialReference creation/edit dialog like you see in various GIS applications, which has as the main components: Projection Method Projection Parameters Datum Edit Datum -> Ellipsoid, 3/7 Parameter Transfor

Re: [gdal-dev] FOSS4G 2009 Registration Opens

2009-05-11 Thread Jeff McKenna
Roger André wrote: Just out of curiosity, how is the location of FOSS4G determined? There is an OSGeo conference committee[1] which manages this decision. The general process is: - conference committee develops a Request for hosting Proposals document - RFP is brought to OSGeo Board for app

Re: [gdal-dev] FOSS4G 2009 Registration Opens

2009-05-11 Thread Frank Warmerdam
Roger André wrote: Just out of curiosity, how is the location of FOSS4G determined? Roger, OSGeo has a "Conference Committee" that issues an RFP annually requesting proposals from folks interested in hosting the conference. The committee selects one proposal from the responses based on a vari

Re: [gdal-dev] FOSS4G 2009 Registration Opens

2009-05-11 Thread Roger André
Just out of curiosity, how is the location of FOSS4G determined? Thanks, Roger -- On Fri, May 8, 2009 at 6:22 AM, Frank Warmerdam wrote: > Folks, > > FOSS4G is always the premier open source geospatial event of the > year, and an important venue for MapServer and a variety of related > project

[Gdal-dev] Building a Projection Dialog

2009-05-11 Thread Diaren
Using the SWIG C# libraries I'm attemtping to build a projected/Geographic SpatialReference creation/edit dialog like you see in various GIS applications, which has as the main components: Projection Method Projection Parameters Datum Edit Datum -> Ellipsoid, 3/7 Parameter Transformation paramete

[Gdal-dev] Building a Projection Dialog

2009-05-11 Thread Diaren
Using the SWIG C# libraries I'm attemtping to build a projected/Geographic SpatialReference creation/edit dialog like you see in various GIS applications, which has as the main components: Projection Method Projection Parameters Datum Edit Datum -> Ellipsoid, 3/7 Parameter Transformation paramete

Re: [gdal-dev] gdal-grass on mac osx, build errors

2009-05-11 Thread William Kyngesburye
You should be able to build the GRASS plugin off my GDAL framework, to avoid unnecessary duplication, and retain all the other formats built into my framework. Though there might be a version issue between GDAL 1.7/GRASS plugin and my GDAL 1.6 framework. I'll look into and get back to you.

[gdal-dev] gdal-grass on mac osx, build errors

2009-05-11 Thread massimo di stefano
hi i'm tring to have gdal-grass installed on osx using grass7+gdal svn, i compiled gdal, then grass, then cd in the gdal source/frmts/grass run make dist to create the tar.gz package. i configured it using : ./configure --with-gdal=/usr/local/gdal/bin/ gdal-config --with-grass=/usr/local

Re: [Gdal-dev] "gdalce.dll" & "gdalce_i.lib" for CE

2009-05-11 Thread mukeshkb4u
Helo Sir, >From your Posts,i guess you have made GDAL working on wince. I am able to compile the GDAL for wince. But Dont know how to proceed further. Can you please help me in this regard providing me some simple applications to use GDAL or any references. regards Mukesh kumar -- View this mess

Re: [gdal-dev] gdal_merge problems: Negative size passed to PyString_FromStringAndSize

2009-05-11 Thread Andreas Neumann
Hi Even, Thank you for your very detailed explanation. I can now see what the problem is and was able to work around it by splitting up the larger files first that would exceed the maximum size. Andreas On Wed, May 6, 2009 9:36 pm, Even Rouault wrote: > Le Wednesday 06 May 2009 16:48:06 Andreas