Opened 13 years ago

Closed 13 years ago

#3885 closed defect (invalid)

VPF coverage support in windows

Reported by: prasannat40 Owned by: warmerdam
Priority: normal Milestone:
Component: GDAL_Raster Version: 1.7.3
Severity: normal Keywords:
Cc:

Description

Testing vamp0 coverages in windows(donwloaded from http://www.gdal.org/ogr/drv_ogdi.html):- OGDI 3.1.5 is bridged with GDAL 1.7.3

1) The command ogrinfo gltp:/vrf/<file path>/eurnasia 'watrcrsl@hydro(*)_line' does not work in windows

2) ogrinfo gltp:/vrf/<filepath>/eurnasia command in windows plaform gives following error ERROR 1: Can't open CAT file, invalid VRF database gdalinfo failed - unable to open

Can someone suggest how to read vmap coverages in windows?

Change History (1)

comment:1 by Even Rouault, 13 years ago

Resolution: invalid
Status: newclosed

Doesn't sound like a bug report, but a question that belongs more to gdal-dev mailing list. I'd note that OGDI 3.1.5 is not the most recent version. I'd encourage you using OGDI 3.2.0beta2 instead.

I see several issues : 1) You don't point to the write directory. You should rather point to gltp:/vrf/<file path>/eurnasia/lib_XXXX (where you'll find the cat file mentionned in the error message) 2) On windows, you need to use the double quote characters for surrounding the layer name

Note: See TracTickets for help on using tickets.