[gdal-dev] Motion: Extend Maintenance Contract

2009-09-20 Thread Frank Warmerdam
Folks, Motion: Extend Chaitanya's maintenance contract to December 31st. --- Chaitanya has only billed $1224.00 during the planned maintenance period ending August 31st, 2009 out of available funding of $6000.00. Chaitanya has indicate greater time availability and a wish to continue working a

[gdal-dev] Which files in the gdal/data directory are really used by gdal at run time?

2009-09-20 Thread Tamas Szekeres
Hi Devs, Upon trying to create an installer for my application I'm a bit uncertain about which files in the gdal/data directory should also be installed as a prerequisit by the drivers. I admit I might have searched for the file names in the gdal code in order to find out which ones are really use

Re: [gdal-dev] generate contours with different interval

2009-09-20 Thread brian
wow, Fixed levels is what you want. It is a list of levels to contour at. -fl 0 10 20 30 40 50 60 70 80 90 100 150 200 250 300 350 400 450 500 700 800 and so on. brian On Sun, 2009-09-20 at 20:25 +0800, wow wrote: > > >

[gdal-dev] generate contours with different interval

2009-09-20 Thread wow
Hi, I want to generate contours with different intervals in sevaral elevation ranges. For example, if the elevation range is (0,100), the contour interval is 10; if the range is [100, 500), the interval is 50; and if the range is [500, 2000), the interval is 200. Can all those contour genera