cboettig commited on
Commit
50d237e
·
1 Parent(s): fa039be

:see_no_evil:

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -190,6 +190,10 @@ if submitted:
190
  st.divider()
191
 
192
  '''
 
 
 
 
193
 
194
  ## Credits
195
 
 
190
  st.divider()
191
 
192
  '''
193
+ ## Overview
194
+
195
+ 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.
196
+
197
 
198
  ## Credits
199