Re: [gdal-dev] Python problem with exportToGML()

2010-02-16 Thread Frank Warmerdam
Eric Wolf wrote: I've decided to just get some work done rather than focus on the Oracle issues. Fortunately, the code I write with OGR using Shapefiles should work seamlessly with Oracle (or relatively seamlessly). But now I have a new problem. I am getting the following error when I call ex

[gdal-dev] Python problem with exportToGML()

2010-02-16 Thread Eric Wolf
I've decided to just get some work done rather than focus on the Oracle issues. Fortunately, the code I write with OGR using Shapefiles should work seamlessly with Oracle (or relatively seamlessly). But now I have a new problem. I am getting the following error when I call exportToGML(): Tracebac

Re: [gdal-dev] map2geojson

2010-02-16 Thread Johan Euphrosine
On Tue, 2010-02-16 at 14:24 -0500, Rob Tozier wrote: > > I am working on building a webpage that uses maptiler to build a > mapimage/webpage and wanted to add your code to it, which allows a > clickable hotlink layer. The goal I am trying to achieve is a webpage > that has a boundary map on it.

[gdal-dev] CF-1.0 Convention and netCDF driver

2010-02-16 Thread Kyle Shannon
I have been working quite a bit with the netcdf driver and weather data. I am noticing that many CF-1.0 (NetCDF Climate and Forecast Metadata Convention) tags are not supported or referenced in the driver. In many cases this forces some data to be set to a default. I am mostly working in the spa

Re: [gdal-dev] elevation profile

2010-02-16 Thread Jose Gomez-Dans
Hi, On 16 February 2010 18:37, Michele Sanges wrote: > you have pointed me to a very interesting article, I think that bilinear > interpolation can be enough simple to implement. > I don't know what your setup is, but if you can use python and scipy in addition to gdal, you can: 1.- read the po

Re: [gdal-dev] elevation profile

2010-02-16 Thread Michele Sanges
Il 15/02/2010 14:11, jl...@ualg.pt ha scritto: You can do that very easily with GMT (grdtrack). Joaquim Luis Il 15/02/2010 17:36, Brent Wood ha scritto: Hi Michele, I use PostGIS& GMT to generate such profiles. Brent Wood Thanks to all for the replies. Unfortunately I need to generate

Re: [gdal-dev] Tiled geotiffs and blocksize

2010-02-16 Thread Chaitanya kumar CH
Raspaud, Try the options with no space before and after the '=' sign. On Tue, Feb 16, 2010 at 2:57 PM, Raspaud Martin wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi all, > > I’m trying to save geotiff rasters as tiled with custom blocksize. I'm > using the > python interface fo

Re: [gdal-dev] Tiled geotiffs and blocksize

2010-02-16 Thread Raspaud Martin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Raspaud Martin skrev: > Hence I use the following options: > options = ["TILED = YES", "BLOCKXSIZE = 128", "BLOCKYSIZE = 128"] Never mind, one should not use spaces in the options list. Sorry for the noise, Martin -BEGIN PGP SIGNATURE- Versio

[gdal-dev] Tiled geotiffs and blocksize

2010-02-16 Thread Raspaud Martin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I’m trying to save geotiff rasters as tiled with custom blocksize. I'm using the python interface for this. Hence I use the following options: options = ["TILED = YES", "BLOCKXSIZE = 128", "BLOCKYSIZE = 128"] that I then pass on to the raste

RE: [gdal-dev] RE: Simple Q: fatal error LNK1120: 19 unresolved externals

2010-02-16 Thread Sjur Kolberg
Hi, Vona! The general procedure is this: You generally compile/link GDAL and your program in separate VS projects/solutions. If you're unfamiliar with building multi-binaries programs, I encourage you to look at the FWtools build of GDAL (and some other stuff), then you only have to worry a