Re: [gdal-dev] DODS building

2013-02-15 Thread Anton Korosov
Hello Juan Pedro Prez! I've built GDAL 1.9.2 on Ubuntu with the default libdap from repositories: sudo apt-get install libdap11 sudo apt-get install libdap-dev ldconfig -p | grep libdap gives the following:

[gdal-dev] ogr2ogr convert e00 to shp

2013-02-15 Thread Murat Beyhan
Dear frend, I was creating shp file using ogr2ogr as follows avcimport file.e00 coverage ogr2ogr -f ESRI Shapefile file.shp coverage This was worked well for old version of gdal I have installed gdal 1.9 then I have faced such a problem the ogr2ogr command create a directory and shp file

Re: [gdal-dev] ogr2ogr convert e00 to shp

2013-02-15 Thread Andre Joost
Hi, I had this problem too if the file file.shp already exists. GDAL does not want to overwrite such a file, but create a directory instead. So bet workflow is to delete the output file, if it exists, and then carry on with ogr2ogr: if exist file.shp del file.shp ogr2ogr -f ESRI

Re: [gdal-dev] ogr2ogr convert e00 to shp

2013-02-15 Thread Andre Joost
Hi, please answer to the lst, so others can benefit from the answers. Am 15.02.2013 21:06, schrieb Murat Beyhan: Hi André, thanks for your comment. I know this but It is never created such shp file. It only creates directory and it is containing followings ARC.dbf ARC.shp ARC.shx igds.dbf

Re: [gdal-dev] ogr2ogr convert e00 to shp

2013-02-15 Thread Eli Adam
Murat, I was creating shp file using ogr2ogr as follows avcimport file.e00 coverage ogr2ogr -f ESRI Shapefile file.shp coverage This was worked well for old version of gdal I have installed gdal 1.9 then I have faced such a problem the ogr2ogr command create a directory and shp file

Re: [gdal-dev] Most optimal algorithm for contour correctness?

2013-02-15 Thread Martin Feuchtwanger
Nav, I don't know about the gdal routines specifically, but: 1. Re. dem/dtm generally, the most significant factor in interpolation results is the quantity (density, really) and quality of the source data, not the interpolation algorithm. 2. Re. contours generally, they are cartographic