norBIT / alkisimport

ALKIS-Import
http://www.norbit.de/68/
GNU General Public License v2.0
28 stars 17 forks source link

Single quotes around path to wkt crs definition file for ogr2ogr make linux shell script fail #47

Closed rajanski closed 2 years ago

rajanski commented 2 years ago

Hi I am very grateful for this tool! Anyway I am trying to run it with the test data from Baden Württemberg and it fails at the stage where it calls ogr2ogr on the xml file: ERROR 1: Failed to process SRS definition: './131467.wkt2'

When I removed the single quotes around the file path in the declaration of the CRS var here https://github.com/norBIT/alkisimport/blob/master/alkis-import.sh#L680 , it works. I am on Ubntu Linux, with GDAL 3.0.4,