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

densifying features #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

densifying features #9

wants to merge 1 commit into from

Conversation

dnomadb
Copy link
Contributor

@dnomadb dnomadb commented Jun 17, 2020

Adds a densification option for global, sparse data

$ echo '[0, 0, 0]' | mercantile shapes | fio area -s
{"min": 130869699320433.84, "max": 130869699320433.84, "mean": 130869699320433.84, "sum": 130869699320433.84, "std": 0.0}
$ fio-area git:(denser-features) ✗ echo '[0, 0, 0]' | mercantile shapes | fio area -s --densify 10
{"min": 503318344705311.06, "max": 503318344705311.06, "mean": 503318344705311.06, "sum": 503318344705311.06, "std": 0.0}

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.

1 participant