placemark / check-geojson

a checker for the geojson format. goes beyond a schema, checking semantics and producing character-level warnings.
http://check-geojson.docs.placemark.io/
MIT License
72 stars 2 forks source link

Streaming #13

Open tmcw opened 3 years ago

tmcw commented 3 years ago

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.

derhuerst commented 3 years ago

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