Re: [gdal-dev] Help with OGDI vector driver usage

2021-12-02 Thread Carl Godkin
Hi Even, > try: > > ogrinfo gltp:/vrf/d:/users/carl/vvod That works! I don't know why I didn't try that variation. Thank you so much! As I said, I'm using OSGeo4W to test this out. But for my real use case, I will need to build OGDI into GDAL here. The instructions for the OGDI library loo

Re: [gdal-dev] Help with OGDI vector driver usage

2021-12-02 Thread Even Rouault
Le 02/12/2021 à 05:18, Carl Godkin a écrit : Hi, I've got some data that is in VPF (Vector Product Format) format and it appears that the OGDI vector should be able to consume it. I have GDAL 3.4.0 (the OSGeo4W build) and cannot figure out how to even run "ogrinfo" on the data set. From th