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

Remove legend from individual dataset view #23

Open
rafelafrance opened this issue Jul 26, 2016 · 1 comment
Open

Remove legend from individual dataset view #23

rafelafrance opened this issue Jul 26, 2016 · 1 comment
Assignees

Comments

@rafelafrance
Copy link
Contributor

Number of Datasets will always equal 1

https://3.basecamp.com/3232053/buckets/1126873/todos/179852163

@jmalczyk
Copy link
Contributor

What we should do here is change the visualization to be something more
meaningful, like record count or species richness. So leave the legend for
now, but assume the api for the maps can be configured for other metrics
and aggregation types. Add params like this:

{
...
"property" : "record_ct",
"reducer": "sum"
}

Which would sum up record counts in each geohash. This will give us more
flexibility for switching up the map visualization.

{
"property": "richness",
"reducer" : "max" (or avg, mode, etc.)
}

On Tue, Jul 26, 2016 at 12:01 PM, rafe notifications@github.com wrote:

Number of Datasets will always equal 1

https://3.basecamp.com/3232053/buckets/1126873/todos/179852163


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#23, or mute the thread
https://github.com/notifications/unsubscribe-auth/ABMO06kml9SnQS-6WX9nk1aujf0LnYQFks5qZi9KgaJpZM4JVT4q
.

rafelafrance pushed a commit that referenced this issue Aug 4, 2016
rafelafrance pushed a commit that referenced this issue Aug 4, 2016
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

No branches or pull requests

2 participants