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

adding grow command [ WIP] #19

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

adding grow command [ WIP] #19

wants to merge 2 commits into from

Conversation

dnomadb
Copy link
Contributor

@dnomadb dnomadb commented Nov 18, 2016

In order to grow a list of tiles in the x and y dimensions.

A set of tiles:

cat data/ellada.geojson | supermercado burn 10 | mercantile shapes | fio collect | geojsonio

image

Grown by the default, 1:

cat data/ellada.geojson | supermercado burn 10 | supermercado grow | mercantile shapes | fio collect | geojsonio 

image

Grown by 10:

cat data/ellada.geojson | supermercado burn 10 | supermercado grow --distance 10 | mercantile shapes | fio collect | geojsonio

image

Just return the new growth:

cat data/ellada.geojson | supermercado burn 10 | supermercado grow -n | mercantile shapes | fio collect | geojsonio

image

Needs:

  • Cleanup (namespace / opts are a little messy)
  • Tests
  • Documentation

@codecov-io
Copy link

codecov-io commented Nov 18, 2016

Current coverage is 80.85% (diff: 35.29%)

No coverage report found for master at 4d70b7d.

Powered by Codecov. Last update 4d70b7d...c101715

Base automatically changed from master to main March 10, 2021 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants