William,

I couldn't see a place to report this on your site, to I'm reporting it here. The 1.7 GDAL build doesn't seem to support the OGDI drivers, whereas the 1.6 build does.

I'm using ORG to read the VPF, as used by the NGA digital nautical charts. Note:

$ /Library/Frameworks/GDAL.framework/Versions/1.6/Programs/ogrinfo gltp:/vrf/Users/cbarker/Temp/DNC16/A1610880

yields:

ERROR 4: OGDI Driver doesn't support update.
Had to open data source read-only.
INFO: Open of `gltp:/vrf/Users/cbarker/Temp/DNC16/A1610880'
      using driver `OGDI' successful.
1: build...@cul(*)_point (Point)
2: co...@cul(*)_point (Point)
....

Whereas:

$ /Library/Frameworks/GDAL.framework/Versions/1.7/Programs/ogrinfo gltp:/vrf/Users/cbarker/Temp/DNC16/A1610880

yields:

FAILURE:
Unable to open datasource `gltp:/vrf/Users/cbarker/Temp/DNC16/A1610880' with the following drivers.
  -> ESRI Shapefile
...
  -> OGDI
...


So OGDI is in the list, but it doesn't work.

Note that I'm having trouble getting this to work with my own build, too, so it may be a GDAL/OGR/OGDI issue, rather than an issue with your Framework builds.

-Chris



--
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

chris.bar...@noaa.gov
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to