check-geojson icon indicating copy to clipboard operation
check-geojson copied to clipboard

Streaming

Open tmcw opened this issue 4 years ago • 1 comments

It would be preferable for this to run with a streaming JSON parser, though this would be quite a lot more difficult, especially because actual streaming JSON parsers are very rare. But still, it would allow running this with the important tracing information, but avoiding the overhead of generating an ast on top of the GeoJSON output.

tmcw avatar Jul 19 '21 20:07 tmcw

As someone who regularly has to process GeoJSON datasets hundreds of MBs in size, I would really benefit from this!

derhuerst avatar Oct 20 '21 18:10 derhuerst