Open josiekre opened 4 years ago
@josiekre Hi, that looks like a useful format.
By coincidence, I just got the initial version of the general streaming JSONLoader
in loaders.gl working today - it supports streaming parsing from standard GeoJSON (i.e. removes the need to reformat existing geojson files to geojsonl to support large files).
The goal is to integrate the loaders.gl loaders in kepler.gl. Ideally we can expand the @loaders.gl/json
module to also support the geojsonl format, giving the user the best of both worlds.
ouch! there is geojsnl too? you guys should talk ... https://github.com/json5/json5/issues/190#issuecomment-557482212
@heshan0131 & @ibgreen hi guys, this looks interesting. Any plans to integrate it into kepler.gl soon?
I know many devs use jsonl for logs in json format.
This solution is kind of like that but for larger geo data files.
I'd love to integrate it into my map tool for vscode devs.
Let me know how far away you are from embedding it in kepler.gl.
loaders.gl now supports ndgeojson so it would be great to see support for file extensions .ndgeojson, .geojsonl, and .ldgeojson as well!
It would be nice to have Kepler.gl support newline delimited geojson (geojsonl, https://www.interline.io/blog/geojsonl-extracts/) directly.
Mapbox's Tippecanone does, along with some others.