developmentseed / planet-stream

Stream the planet!
BSD 3-Clause "New" or "Revised" License
31 stars 9 forks source link

Splitting changesets #13

Closed kamicut closed 8 years ago

kamicut commented 8 years ago

planet-stream currently outputs very large changesets. We can split the files and limit the features per changeset to small numbers. This would increase the number of records, and duplicate changeset id fields. However this could be simpler for downstream record processors.

We can make this a flag --limit=100

@nbumbarger @matthewhanson @smit1678

matthewhanson commented 8 years ago

implemented in PR #14