north-road / qgis-processing-r

QGIS Processing R Provider Plugin
https://north-road.github.io/qgis-processing-r/
GNU General Public License v3.0
63 stars 14 forks source link

Fix nonreadable layers #131

Closed JanCaha closed 8 months ago

JanCaha commented 8 months ago

Fixes use of SHP format for layers that cannot be read directly. Use GPKG instead which should handle cases like long field names.

Fixes #130

JanCaha commented 8 months ago

@nyalldawson Does this seems like a reasonable idea? I wondering why for parameterAsCompatibleSourceLayerPathAndLayerName() the default value of preferredFormat is Shapefile, it seems like a really not good idea...