[gdal-dev] charge for IHO ECDIS Presentation Library(digital version, a CD-ROM)

2009-10-17 Thread Randy
Hi list, Exactly, this question should not be here since it isn’t about the GDAL/OGR. However, I know there are people here who has made displaying ENCs. And my question is: Is it necessary for me to charge for a IHO ECDIS Presentation Library CD-ROM? I mean there are something like look-up tabl

Re: [gdal-dev] opening an S-57 dataset directory

2009-10-17 Thread gdal user
I think there is a bit more there than that. The driver (at least the older version we use) will also deal with the multi-level style Primar format systems. Frank Warmerdam wrote: > > The driver will only find update files if they are in the same directory > as the .000 file, have names like .001

Re: [gdal-dev] opening an S-57 dataset directory

2009-10-17 Thread Frank Warmerdam
Yilmaz Arslanoglu wrote: Hello everybody; I was just wondering whether there is a specific directory structure that needs to be followed in order to open an S-57 file collection by giving a single directory path, instead of a file with a .000 extension. I'm asking because, according to the foll

[gdal-dev] opening an S-57 dataset directory

2009-10-17 Thread Yilmaz Arslanoglu
Hello everybody; I was just wondering whether there is a specific directory structure that needs to be followed in order to open an S-57 file collection by giving a single directory path, instead of a file with a .000 extension. I'm asking because, according to the following statement from OGR IH

Re: [gdal-dev] Python bindings

2009-10-17 Thread Roger André
Had a similar problem in the past that I resolved like this: $ gdalinfo --formats gdalinfo: error while loading shared libraries: libgdal.so.1: cannot open shared object file: No such file or directory --> Is the lib acessible outside of gdal? $ /sbin/ldconfig -p | grep gdal -->nuffin... Let's

[gdal-dev] can't access e00 file using gdal...

2009-10-17 Thread Jeff Hamann
I'm not sure why this is not working, and I'm having a little trouble getting a satisfactory answer on the web. $ gdalinfo lewis_dem30.e00 ERROR 4: `lewis_dem30.e00' not recognised as a supported file format. gdalinfo failed - unable to open 'lewis_dem30.e00'. The file looks like this: $ hea

Re: [gdal-dev] fid column info missing

2009-10-17 Thread Martin Landa
Hi, 2009/10/17 Even Rouault : > I'm not sure to understand what you mean with "connection between geometry and >  attributes". The OGRFeature concept is precisely containing both, so you > don't > need to do anything special. sorry, I meant information about key column or better to say feature

Re: [gdal-dev] fid column info missing

2009-10-17 Thread Even Rouault
Selon Martin Landa : > Hi, > > I wonder how to get information about connection between geometry and > attributes when OGRLayer::GetFIDColumn() returns "". For the > shapefiles I have tested GetFIDColumn() returned always "". How to > link attributes if this information is missing? Martin, I'm n

[gdal-dev] fid column info missing

2009-10-17 Thread Martin Landa
Hi, I wonder how to get information about connection between geometry and attributes when OGRLayer::GetFIDColumn() returns "". For the shapefiles I have tested GetFIDColumn() returned always "". How to link attributes if this information is missing? Thanks in advance, Martin PS: Using GDAL/OGR 1

Re:Re:Re: [gdal-dev] how to test the creation and deletion capability of ogr?

2009-10-17 Thread Even Rouault
Selon atubar : > Thanks for your guide, and I will read all api doc more carefully. > And I wonder that is there a list of metadata domain now konwn such as > subdataset ? No, to the best of my knowledge, there is no reference list of all metadata domains that exist. Neither there is a way of lis