Thursday, 5 February 2015

shapefile - QGIS error while importing .shp file, missing geometry (gdal issue)


In Manjaro Linux (Antergos as well and so I suppose vanilla Arch), with QGIS 3.2 + gdal from official repository, and QGIS 3.4 + gdal-ecw from archgeotux repository, when I try to add a .shp the output is


ERROR 1: Error in fread() reading object of size XX at offset YYY from .shp file

And the result is that some of the geometry in the .shp are missing.


(note that this error doesn't appear with all my .shp, some of them work perfectly)



See this for reference: https://trac.osgeo.org/gdal/ticket/4203, the problem is the same but no solution.


Meanwhile, with Ubuntu 18.04 for example (but Windows as well) all my .shp files load correctly.


Anyone with Manjaro or Arch have a clue about this?




No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...