[gdal-dev] GDAL/OGR 1.9.0 Beta2 Released

2011-12-22 Thread Frank Warmerdam
Folks, I have packaged up a second beta of GDAL/OGR 1.9.0. http://trac.osgeo.org/gdal/wiki/Release/1.9.0-News http://download.osgeo.org/gdal/gdal190b2.zip - source as a zip http://download.osgeo.org/gdal/gdal-1.9.0b2.tar.gz - source as .tar.gz http://download.osgeo.org/gdal/gdala

[gdal-dev] Weird gdal2tiles performance inconsistency

2011-12-22 Thread mladen-g
Hi all, I'm seeing some very strange performance from gdal2tiles on a particular grid, so I'm wondering if someone has an insight into why this is happening. The problem is that when I tile the grid at zoom level 7, I get much better performance than with other zoomlevels, including lower

[gdal-dev] RE: Conversion of MapInfo to GML using ogr2ogr - lat/long format issue

2011-12-22 Thread mysticraja
Thanks Guys.. The following command helped me achieve it. ogr2ogr -dsco FORMAT=GML3 -t_srs "EPSG:4283" -f "GML" From: Even Rouault [via OSGeo.org] [mailto:ml-node+s1803224n7117977...@n2.nabble.com] Sent: Thursday, 22 December 2011 8:10 PM To: Sundaram, Shrikant Subject: Re: Conversion of Map

[gdal-dev] Libtiff 4.0.0 Released

2011-12-22 Thread Frank Warmerdam
Folks, Of interest to many GeoTIFF and GDAL users, Bob Friesenhahn has announced: """ At long last, libtiff 4.0.0 is finally released. Libtiff 4.0.0 is the successor to the libtiff 3.9.X release series. It is intended to be largely API compatible with the 3.9.X releases, but it is definitely no

[gdal-dev] GDAL WMS - stripes offset error

2011-12-22 Thread Maksim Sestic
I'm experiencing strange problems with WMS driver (see attached). Here's definition file contents: Any idea on how to fix this? :-) Regards, Maksim Sestic http://osgeo-org.1803224.n2.nabble.com/file/n7119089/wmstest.png -- View this message in context: http://osgeo-org.1803224.n2.nabble.co

Re: [gdal-dev] On-the-fly reprojection using the OGR VRT driver?

2011-12-22 Thread Even Rouault
Selon Homme Zwaagstra : > Hello, > > I'm interested in performing on-the-fly coordinate transformations of > OGR data sources using the Virtual Format (VRT) driver. That is, > producing a file that is the vector equivalent of: > > gdalwarp -of VRT -t_srs "+init=epsg:4326" input.tif transformed.vrt

[gdal-dev] On-the-fly reprojection using the OGR VRT driver?

2011-12-22 Thread Homme Zwaagstra
Hello, I'm interested in performing on-the-fly coordinate transformations of OGR data sources using the Virtual Format (VRT) driver. That is, producing a file that is the vector equivalent of: gdalwarp -of VRT -t_srs "+init=epsg:4326" input.tif transformed.vrt I understand ogr2ogr cannot do this

Re: [gdal-dev] Conversion of MapInfo to GML using ogr2ogr - lat/long format issue

2011-12-22 Thread Even Rouault
Hi, > I am getting the results in long/lat format but I need them in lat/long > format. > > Reading through some material on the net I set the below environment > variables as well but to no use. > > GDAL_DRIVER_PATH=C:Program FilesGDALbingdalplugins > GML_CONSIDER_EPSG_AS_URN=YES You can remove