gpq icon indicating copy to clipboard operation
gpq copied to clipboard

support newline delimited geojson?

Open cholmes opened this issue 7 months ago • 0 comments

Maybe I'm doing something wrong, but I'm doing planet data search SkySatCollect | gpq convert --from geojson --to geoparquet > gpq-out.parquet and I just get one feature. Planet's API emits newline delimited geojson. It'd be great to be able to stream from it and other api's, as collecting all the new lined geojsons into a single geojson can take a lot of memory.

cholmes avatar Jul 25 '24 09:07 cholmes