Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to process features one by one #32

Open
mourner opened this issue Jun 13, 2015 · 6 comments
Open

Ability to process features one by one #32

mourner opened this issue Jun 13, 2015 · 6 comments
Assignees

Comments

@mourner
Copy link
Member

mourner commented Jun 13, 2015

This may be a bit similar to #26 but has a different purpose: it would make it possible to make geojson-vt accept data in a stream, without allocating the whole input data in memory first. cc @kkaefer

@mourner mourner self-assigned this Jun 13, 2015
@kkaefer
Copy link
Contributor

kkaefer commented Jun 14, 2015

Thanks for ticketing. Is there anything different implementation-wise to #26?

@mourner
Copy link
Member Author

mourner commented Jun 14, 2015

The only difference is that here we don't care about removal (which can be very tricky). And we would couple this with #29 to make a command that accepts a stream.

@aaronlidman
Copy link
Contributor

This would be very helpful for larger datasets I'm working with right now and useful for compatibility with tools we've built to work with tippecanoe.

@mourner mourner added the ready label Jan 4, 2016
@dmfenton
Copy link

How would one go about this? I'm interested in giving it a go.

@METACEO
Copy link

METACEO commented Jan 15, 2018

I'd also be interested in giving this a go as I'm working with many gigabytes of data on the server side and the indexing is currently taking 6+ minutes and is blocking the rest of the event loop.

#92 is also interesting to me, too.

(Great project @mourner !)

@4xle
Copy link

4xle commented Aug 9, 2019

@mourner I've taken a kick at getting tiles as a low-memory stream output on a constrained backend system here https://github.com/4xle/geojson-vt-stream.
I can't find any PR guidelines and am getting errors running your test suite normally (without my changes), but if I can get those sorted out and you send me any PR guidelines I'd happily turn what I've got into a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants