Closed kamicut closed 8 years ago
@matthewhanson this adds a flag to planet stream to limit the output of elements per changeset.
bin/planet-stream --limit=20
I also added a binary bin/ps-splitter.js that lets you split existing planet-stream output.
bin/ps-splitter.js
e.g
cat mapathon.txt | bin/ps-splitter.js --limit=20
@matthewhanson this adds a flag to planet stream to limit the output of elements per changeset.
I also added a binary
bin/ps-splitter.js
that lets you split existing planet-stream output.e.g