georust / geozero

Zero-Copy reading and writing of geospatial data.
Apache License 2.0
321 stars 30 forks source link

Reader for line delimited geojson (.geojsonl) #168

Closed michaelkirk closed 10 months ago

michaelkirk commented 10 months ago

I'm using this for a project. Is it a thing other people are interested in?

nyurik commented 10 months ago

jsonl is a common format nowadays - was frequently used in elasticsearch for all sorts of data processing. I personally have no use for it, but i think it might be a good addition, esp because it has fairly small extra requirements