MapofLife / datasets

A datasets list and information view for Map of Life
https://mol.org/datasets/
MIT License
1 stars 2 forks source link

Implement other metrics for map and legend API #37

Closed jmalczyk closed 8 years ago

jmalczyk commented 8 years ago

inventory/map should support a property and reducer attribute to allow aggregate metrics across other grid cell statistics that are being added to geohash_summary_stats. Example

{
   "property" :  "feature_count",
   "reducer" : "sum",
}
jmalczyk commented 8 years ago

As a start, the metrics we will support are:

For maps across multiple datasets -- Number of datasets, number of records. For maps of single datasets -- Number of records, number of species

For all of these the reducer applied will be sum (sum of counts within a spatial unit)

jmalczyk commented 8 years ago

These are working. Styling enhancements are a separate issue.