-
Notifications
You must be signed in to change notification settings - Fork 271
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
Comments
Thanks for ticketing. Is there anything different implementation-wise to #26? |
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. |
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. |
How would one go about this? I'm interested in giving it a go. |
@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. |
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
The text was updated successfully, but these errors were encountered: