bokulich-lab / q2-coordinates

methods for geographic mapping of qiime2 artifact data or metadata
BSD 3-Clause "New" or "Revised" License
2 stars 8 forks source link

choropleth maps #26

Open nbokulich opened 2 years ago

nbokulich commented 2 years ago

Choropleth maps would be a useful feature, e.g., for plotting average values within a region, or even density of sampling within a region.

input: metadata required params: latitude, longitude output: interactive chloropleth map

optional inputs: metadata column to average per area [otherwise plot density by default]

Some examples and relevant projects: https://plotly.com/python/choropleth-maps/ https://github.com/pysal/mapclassify https://geopandas.org/en/stable/community/ecosystem.html