Skip to content

Draft: Geojson import: use ogr2ogr to generate geojsonl

Tristram Gräbener requested to merge import_geojsonl into main

EDIT: Je recycle cette branche pour les améliorations et benchmarks post !743 (merged)


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

Edited by Nicolas Bouilleaud

Merge request reports