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

CLI streaming #100

Closed
perrygeo opened this issue Sep 25, 2015 · 2 comments · Fixed by #106
Closed

CLI streaming #100

perrygeo opened this issue Sep 25, 2015 · 2 comments · Fixed by #106

Comments

@perrygeo
Copy link
Owner

like the fio commands, it would be nice stream features rather than process all at once. The fiona.helpers.obj_gen function might be useful here. zonatstats would also need to yield rather than return (see #89)

@perrygeo
Copy link
Owner Author

Also, see discussion in rasterio and fiona re: chaining click commands. May inform how we proceed. For now, the goal is parity with fiona, e.g. fio buffer

geowurster/fio-geoprocessing#2
Toblerity/Fiona#273 (comment)
http://click.pocoo.org/5/commands/#multi-command-pipelines

@perrygeo
Copy link
Owner Author

Once mapbox/cligj#9 is merged, we can adopt the model suggested there.

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

Successfully merging a pull request may close this issue.

1 participant