Re: [gdal-dev] Motion: Adopt GDAL 1.6.2RC2 as final release

2009-08-10 Thread Frank Warmerdam
On Thu, Aug 6, 2009 at 1:29 PM, Frank Warmerdam wrote: > Motion: Adopt  GDAL 1.6.2RC2 as official GDAL/OGR 1.6.2 release. Folks, I declare this motion passed with support from FrankW, DanielM, EvenR, and TamasS. Best regards, -- ---+--

[gdal-dev] GDAL WKT Raster driver weekly report #11

2009-08-10 Thread Jorge Arévalo
Hello, The weekly report is here: http://www.gis4free.org/blog/2009/08/11/gsoc-09-weekly-report-11-3107-0708/ The project page here: http://trac.osgeo.org/gdal/wiki/WKTRasterDriver Best regards, Jorge ___ gdal-dev mailing list gdal-dev@lists.osgeo.org

Re: [gdal-dev] What file extensions can be used to open a GDAL Dataset with the EHdr driver?

2009-08-10 Thread Chaitanya kumar CH
Adeel, The GDAL drivers usually don't use the file extensions as a basis for supportability. You can get more info on GDAL supported formats at http://gdal.org/formats_list.html and EHdr driver at http://gdal.org/frmt_various.html#EHdr On Tue, Aug 11, 2009 at 2:59 AM, Adeel Raza wrote: > Hi, >

[gdal-dev] What file extensions can be used to open a GDAL Dataset with the EHdr driver?

2009-08-10 Thread Adeel Raza
Hi, I was wondering besides .bil files what other file extensions can be used to open a GDAL Dataset with the EHdr driver? Regards, Adeel Raza. ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] Memory Error in _gdal.Band_ReadRaster(*args, **kwargs)

2009-08-10 Thread Paul Meems
I'm trying to split a large ECW file into smaller files. I've downloaded and installed OSGeo4W with gdal16 I managed to split a small ecw file. That ecw file had this info: Driver: ECW/ERMapper Compressed Wavelets Files: tilertest.ecw Size is 6800, 7500 Coordinate System is `' Origin = (13000.

[gdal-dev] (no subject)

2009-08-10 Thread Riki Tiki
Hi All, I was trying to write a c# program to copy the existing raster file to a new raster file so that at the end i both files while displayed on tools like arcmap will be exactly the same... i started as follows string src_file = @"C:\raster1"; Gdal.AllRegister(); Dataset src_ds = Gdal.O

Re: [gdal-dev] Motion: Adopt GDAL 1.6.2RC2 as final release

2009-08-10 Thread Daniel Morissette
Frank Warmerdam wrote: Motion: Adopt GDAL 1.6.2RC2 as official GDAL/OGR 1.6.2 release. +1 (Sorry for the delayed vote, I was away last week. I just tested it and it seems fine.) Daniel -- Daniel Morissette http://www.mapgears.com/ ___ gdal-dev

RE: [gdal-dev] reprojection HDF / GCP extraction

2009-08-10 Thread Lucena, Ivan
Becker, I afraid I don't have much to add to what is in the RFC#4. You can search on the discussion list archives for more information or wait for the sun to weak up the experts. Regards, Ivan > ---Original Message--- > From: Becker, Thomas > Subject: RE: [gdal-dev] reprojection

RE: [gdal-dev] reprojection HDF / GCP extraction

2009-08-10 Thread Becker, Thomas
Hello Ivan, thanks for the hint. Now is this how GDAL already works? Because this track is meant for comments. At least in my data which are from 2000 I can not see any metadata of that kind. After reading the trac I am puzzled. Also in the output of gdalinfo only the subdatset of 'Data Fields'

Re: [gdal-dev] reprojection HDF / GCP extraction

2009-08-10 Thread Lucena, Ivan
Becker, Please take a look at RFC#4: http://trac.osgeo.org/gdal/wiki/rfc4_geolocate Regards, Ivan > ---Original Message--- > From: Becker, Thomas > Subject: [gdal-dev] reprojection HDF / GCP extraction > Sent: Aug 10 '09 07:00 > > Hi all, > > I have a couple NOAA-15 images a

[gdal-dev] reprojection HDF / GCP extraction

2009-08-10 Thread Becker, Thomas
Hi all, I have a couple NOAA-15 images as HDF-EOS files which I would like to reproject to WGS84. The data carry a subgroup called 'Geolocation Fields' holding latitude and longitude for each pixel in separated arrays. Reading the files with gdalinfo leads to the output at the end of this posti