[gdal-dev] Issue with ogrinfo: unixODBC and MS SQL

2010-03-22 Thread Gregor at HostGIS
Hey guys. A few weeks back, Chaitanya helped us out with some fixes regarding unixODBC on 64-bit platforms, and got MapServer able to render remote data via ODBC from PostgreSQL and MySQL. Thanks a million! Now we're on the last step: getting OGR data sources to work when the ODBC server is Mi

[gdal-dev] Re: How to divide a raster layer into a set of tiles?

2010-03-22 Thread Christian Müller
gdal_retile.py definitely creates georeferenced tiles, I developed this utility. I did some experiments reprojecting the single tiles while retiling, but it simply does not work. As a consequence I canceled the reprojecting support. The solution for your problem is: 1) Use gdal_merge to cr

Re: [gdal-dev] help compiling hdf5 option on linux

2010-03-22 Thread Even Rouault
John, Re-try but remove the /lib suffix, so something like : --with-hdf5=/usr/local/contrib/hdf5-1.8.4 The configure script will look for include files in the include subdirectory and library files in the lib subdirectory Le Friday 19 March 2010 21:56:37 John Cartwright, vous avez écrit : > Th

Re: [gdal-dev] How to divide a raster layer into a set of tiles?

2010-03-22 Thread Even Rouault
Le Monday 22 March 2010 19:35:47 Gilles Bassière, vous avez écrit : > Hi, > > The problem with this workflow is that it creates non-georeferenced > tiles (I don't know if this is the intended behaviour of this command). gdal_retile.py *does* create georeferenced tiles. I've just verified it. What

[gdal-dev] Re: How can I display the extent of a shapefile when using ogrinfo or from another command line tool?

2010-03-22 Thread Jukka Rahkonen
John Mitchell gmail.com> writes: > > When I trying to use ogrinfo against a shape file it does not show the extent: > > like ogrinfo -so shapefile.shp Try ogrinfo -so -al shapefile.shp -Jukka Rahkonen- ___ gdal-dev mailing list gdal-dev@lists.osgeo

[gdal-dev] Re: How to divide a raster layer into a set of tiles?

2010-03-22 Thread Jukka Rahkonen
Gilles Bassière gmail.com> writes: > > Hi, > > I'm trying to reproject an aerial imagery dataset with GDAL. > > The initial dataset is composed of ECW tiles in EPSG:27572 and my goal > is to compute a new set set of ECW tiles projected in EPSG:2154. ... > My current workflow consists in the f

Re: [gdal-dev] print throw a SyntaxError with Python 2.6

2010-03-22 Thread Even Rouault
Gilles, Yes this is a known regression of GDAL 1.7.0. See http://trac.osgeo.org/gdal/ticket/3441 that contains the fix. You can grab a working version of gdal_retile.py from latest gdal-svn-stable archive from http://download.osgeo.org/gdal/daily/ Best regards, Even Le Friday 19 March 2010 1

[gdal-dev] How to divide a raster layer into a set of tiles?

2010-03-22 Thread Gilles Bassière
Hi, I'm trying to reproject an aerial imagery dataset with GDAL. The initial dataset is composed of ECW tiles in EPSG:27572 and my goal is to compute a new set set of ECW tiles projected in EPSG:2154. The initial tileset is about 7.5GB. That's why I don't want to merge everything into a single b

RE: [gdal-dev] gdalinfo error 4

2010-03-22 Thread Chris Haste
I have not been able to step through the code yet but have compared the raw data grib headers against the GRIB1 specification so I just thought I would ask the list if anyone has any information/views on the following: Warning: Inside GRIB2Inventory, Message # 1297 ERROR: Couldn't find 'GRIB' or

[gdal-dev] How can I display the extent of a shapefile when using ogrinfo or from another command line tool?

2010-03-22 Thread John Mitchell
When I trying to use ogrinfo against a shape file it does not show the extent: like ogrinfo -so shapefile.shp The documentation shows ogrinfo returning an extent but my example listed below does not show the extent. How can I display the extent of a shapefile when using ogrinfo or from another c

Re: [gdal-dev] reprojection from BNG to WGS84 -- using gdalwarp

2010-03-22 Thread Frank Warmerdam
Andreas Joisten wrote: Hi all, I have problem to reproject a raster file in BNG British National Grid to WGS84. gdalwarp -s_srs EPSG:27700 -tps -t_srs EPSG:4326 -co TFW=YES -r near input.tif geo_output.tif I have some questions: Must be the input file a GeoTiff file? Andreas, No, gdalwa

[gdal-dev] reprojection from BNG to WGS84 -- using gdalwarp

2010-03-22 Thread Andreas Joisten
Hi all, I have problem to reproject a raster file in BNG British National Grid to WGS84. gdalwarp -s_srs EPSG:27700 -tps -t_srs EPSG:4326 -co TFW=YES -r near input.tif geo_output.tif I have some questions: Must be the input file a GeoTiff file? Which requirements must be met by the input fil

Re: [gdal-dev] Motion: Approve RFC 24 - GDAL Progressive Data Support

2010-03-22 Thread Frank Warmerdam
Frank Warmerdam wrote: Folks, Motion: To approve RFC 24 - GDAL Progressive Data Support. http://trac.osgeo.org/gdal/wiki/rfc24_progressive_data_support -- I've incorporated adjustments based on the feedback in the last few days, and now I'd like to move to formally adopt RFC 24. Folks, I

RE: [gdal-dev] gdalinfo error 4

2010-03-22 Thread Chris Haste
Hi Frank, I have tried to attach the file to an email sent in reply to your original Response (last week), but I don't think it has been accepted by whoever moderates this list yet. So, I have made it available for download via ftp here: ftp.planethaste.com user name = gdal password = qwerty-99

[gdal-dev] How to define the shear parameter of an affine transformation in a world file?

2010-03-22 Thread Andreas Joisten
Hi, How to define the shear parameter of an affine transformation in a world file? I use a world file for gdalwarp. Cheers ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] How to define the shear parameter of an affine transformation in a world file?

2010-03-22 Thread Andreas Joisten
Hi all, how to define the shear parameter of an affine transformation in a world file? Thanks for your help, Cheers ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

Re: [gdal-dev] help compiling hdf5 option on linux

2010-03-22 Thread Vincent Schut
On 03/19/2010 09:56 PM, John Cartwright wrote: Thanks for suggestions Antonio and Vincent. Unfortunately, neither --with-hdf5=/usr/local/contrib/hdf5-1.8.4/lib nor --with-hdf5=/usr/local/contrib/hdf5-1.8.4/include,/usr/local/contrib/hdf5-1.8.4/lib made any difference. Hmm, then I don't