Re: [Gdal-dev] import gdal error in python

2009-12-05 Thread cudars
Even Rouault wrote: > > GDAL Python bindings are not compatible with Python 3. I'm even > surprised you managed to build them because the setup.py script doesn't > work with Python 3. > > You need a Python 2.X version to make them work. > > cudars a écrit : >> python 3.1.1 >> gdal 1.6.2 >>

Re: [gdal-dev] OGR DXF Driver, /me blogs

2009-12-05 Thread Jan Hartmann
"If only one in ten cities in the world made serious use of free gis software and provided enough financial support for one core developer it would have a huge boosting effect". Frank, do you realise in your Canadian basement how many cities there are in the world? What are you trying to b

[gdal-dev] no date value by gdal_merge from DEM to GTiff ?

2009-12-05 Thread Bruce Liang
Hello, guys, I have several DEMs from USGS GTOPO30, and by merging them with gdal_merge.py, it seems the no data value can not be assigned? the command is like: gdal_merge.py -of GTiff -o Europe.tiff -n - -co "PROFILE=GeoTIFF" -co "INTERLEAVE=PIXEL" -co "COMPRESS=NONE" -co "TILED=YES"

Re: [gdal-dev] OGR DXF Driver, /me blogs

2009-12-05 Thread Guillaume Sueur
Frank, Happy to read you online. Please note that the url you sent is wrong. The correct one is http://fwarmerdam.blogspot.com as mentionned on Planet. These new technologies aren't easy to master properly. Keep going. Hope you see you on twitter in a couple of years :-) Best regards, Guillaume

[gdal-dev] OGR DXF Driver, /me blogs

2009-12-05 Thread Frank Warmerdam
Folks, There is no trend to trendy for me to jump on ten years late. So, I've started a blog at: http://fwarmerdam.blogspot.org It will be available on Planet OSGeo which I recommend highly at: http://planet.osgeo.org/ My first post is related to the new DXF driver I'm working on for GDA

Re: [Gdal-dev] import gdal error in python

2009-12-05 Thread Even Rouault
GDAL Python bindings are not compatible with Python 3. I'm even surprised you managed to build them because the setup.py script doesn't work with Python 3. You need a Python 2.X version to make them work. cudars a écrit : python 3.1.1 gdal 1.6.2 There are no errors during I built the gdal and