Skip to content

Commit

Permalink
🙈
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Dec 3, 2024
1 parent fa039be commit 50d237e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,10 @@ def bar_chart(gdf_name, rank, taxa, zoom, distinct_taxa = ""):
st.divider()

'''
## Overview
Select an individual city or choose "All" to show all 319 cities in the Mapping Inequality Project. You can set arbitrary taxonomic filters on what GBIF data is displayed -- e.g. show all of Aves or just show _Canis latrans_. Toggle `unique taxa only` to show either all occurrences or just unique species (or other rank) counts. The map will show all counts at the selected 'H3 cell' resolution, while the chart on the left shows aggregate counts by redlining grade. Note that only GBIF data inside graded sectors of the Mapping Inequality maps are shown, occurrences outside these areas have been cropped. You may need to adjust the vertical scale of map hexes. After making your selections, hit **Go**! Map layers may take a while to load on slower networks.
## Credits
Expand Down

0 comments on commit 50d237e

Please sign in to comment.