Here is the report #3
http://www.gis4free.org/blog/2009/06/16/gsoc-09-weekly-report-3-0506-1206/
And, as usual, the project can be followed here
http://trac.osgeo.org/gdal/wiki/WKTRasterDriver
Best regards
Jorge
___
gdal-dev mailing list
gdal-dev@lists
Hi everyone,
I am new to GDAL and I need some help on how to do re-sampling
(programmatically).
I have 30mx30m Geotiff images and I'd like to resample them into 25mx25m
Geotiff images.
Any help on this is very appreciated.
Thanks a lot in advance.
With best regards.
~Belaid ...
__
Looks like your input image might be corrupted. You could confirm by running :
gdalinfo -checksum Av.MaxNDVI.2000.2009.Week.17.tif
If it still triggers the error but you believe the image is not corrupted, you
should try with a recent version of GDAL first and if it still persists, file
a ticket
The doc of ogr2ogr and the MySQL driver should provide enough information :
http://gdal.org/ogr2ogr.html
http://gdal.org/ogr/drv_mysql.html
Le Monday 15 June 2009 21:44:47 Nicholas Efremov-Kendall, vous avez écrit :
> Hi All,
>
> I've been digging around, and I can't seem to find (good) document
Yes, try something like :
ogr.GetDriverByName('KML').CreateDataSource('out.kml', options =
['NameField=foo'] )
Le Monday 15 June 2009 21:52:45 Armin Burger, vous avez écrit :
> Hi everybody
>
> I would like to write KML output with GDAL Python bindings based on a
> database query. Everything wor
Hi everybody
I would like to write KML output with GDAL Python bindings based on a
database query. Everything works fine, I just have not found a way to
define the NameField that is used in Google Earth as name displayed in
the TOC. The ogr2ogr tool lets me define this using the flag "-dsco
N
Hi All,
I've been digging around, and I can't seem to find (good) documentation on
using GDAL to move GML to a Mysql database (yes, I know PG is better but I
have to use MySQL). Also, if anyone has any tips on exporting said data back
out of php as GML, I'd be thrilled.
best,
N
___
FYI
Agus
Original Message
Subject: Re: Problem with gdal-mrsid-src
Date: Sat, 13 Jun 2009 12:53:13 +0200
From: Agustin Lobo
Reply-To: agustin.l...@ija.csic.es
To: Alan Boudreault
References: <20090530203254.4919.55334.launch...@gangotri.canonical.com>
<200906101316.30622.abou
Hi,
I am trying to use GDAL to rescale/reproject a fairly large GeoTiff file
(just over 1 GB). The image is 28800x9600 with 32 bit floating-point
pixel values. I would like to reproject it, but for starters wanted to
try rescaling it to 8 bits. When running gdal_translate as follows:
gdal_translat