Skip to content

Geojson import: use ogr2ogr to generate geojsonl

Tristram Gräbener requested to merge import_geojsonl into main

Also known as geojsonseq: one line per feature

This allows to parse every feature sequentially without the need to parse all the json in memory.

This should significantly reduce the number of out of memory imports.

Analysis should also be faster, specially with large files

Merge request reports