A quick look at the GDAL source in gdal-3.0.1\ogr\ogrsf_frmts\aeronavfaa\ograeronavfaadatasource.cpp suggests that the code is not processing the file format correctly and therefore not identifying the file as a Daily DOF. I would try to fix it, but I can't get PROJ to build on Windows using Visual Studio because CMake can't find SQLite binary.
From: gdal-dev <[email protected]> On Behalf Of [email protected] Sent: Wednesday, September 4, 2019 08:46 To: [email protected] Subject: [gdal-dev] ogr2ogr Hi, I don't know if this is the correct forum. I would like to fonvert a aeronavFAA obstacle file to the Esri shape format. >From all the information I can find on internet I think this should be correct: C:\Program Files\GDAL>ogr2ogr -f "ESRI Shapefile" c:\temp\FAAdof13_ga C:\Downloads\FAA_DOF\13-GA.DAT This is the error message I get: FAILURE: Unable to open datasource `C:\Users\anpaumal\Downloads\shapefiler\FAA_DOF\13-GA.DAT' with the following drivers. -> `netCDF' -> `PCIDSK' -> `PDS4' -> `JP2OpenJPEG' -> `PDF' -> `MBTiles' -> `EEDA' -> `DB2ODBC' -> `ESRI Shapefile' -> `MapInfo File' -> `UK .NTF' -> `OGR_SDTS' -> `S57' -> `DGN' -> `OGR_VRT' -> `REC' -> `Memory' -> `BNA' -> `CSV' -> `NAS' -> `GML' -> `GPX' -> `LIBKML' -> `KML' -> `GeoJSON' -> `GeoJSONSeq' -> `ESRIJSON' -> `TopoJSON' -> `Interlis 1' -> `Interlis 2' -> `OGR_GMT' -> `GPKG' -> `SQLite' -> `ODBC' -> `WAsP' -> `PGeo' -> `MSSQLSpatial' -> `PostgreSQL' -> `MySQL' -> `OpenFileGDB' -> `XPlane' -> `DXF' -> `CAD' -> `Geoconcept' -> `GeoRSS' -> `GPSTrackMaker' -> `VFK' -> `PGDUMP' -> `OSM' -> `GPSBabel' -> `SUA' -> `OpenAir' -> `OGR_PDS' -> `WFS' -> `WFS3' -> `HTF' -> `AeronavFAA' -> `Geomedia' -> `EDIGEO' -> `GFT' -> `SVG' -> `CouchDB' -> `Cloudant' -> `Idrisi' -> `ARCGEN' -> `SEGUKOOA' -> `SEGY' -> `ODS' -> `XLSX' -> `ElasticSearch' -> `Walk' -> `Carto' -> `SXF' -> `Selafin' -> `JML' -> `PLSCENES' -> `CSW' -> `VDV' -> `GMLAS' -> `MVT' -> `TIGER' -> `AVCBin' -> `AVCE00' -> `NGW' -> `HTTP' I can see that the driver AeronavFAA is tested, since it is listed above, what am I doing wrong? Kind regards, Paul
_______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
