Skip to content

Commit

Permalink
fix: Add list of major deciduous european species to emoji mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieboldianus committed Aug 2, 2023
1 parent 2f5d567 commit b6b073c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions resources/mappings/field_mapping_inaturalist_gbif.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,20 @@
"Zea": ("Corn", "🌽"),
"Phaseolus": ("Bean", "🫘"),
"Hyacinthus": ("Hyacinth", "🪻"),
"Alnus": ("Deciduous", "🌳"),
"Betula": ("Deciduous", "🌳"),
"Carpinus": ("Deciduous", "🌳"),
"Crataegus": ("Deciduous", "🌳"),
"Fagus": ("Deciduous", "🌳"),
"Fraxinus": ("Deciduous", "🌳"),
"Ilex": ("Deciduous", "🌳"),
"Populus": ("Deciduous", "🌳"),
"Quercus": ("Deciduous", "🌳"),
"Salix": ("Deciduous", "🌳"),
"Sorbus": ("Deciduous", "🌳"),
"Tilia": ("Deciduous", "🌳"),
"Ulmus": ("Deciduous", "🌳"),
"Larix": ("Deciduous conifer", "🌲"),
}
TAX_FAMILY = {
"Cercopithecidae": ("Monkey", "🐒"),
Expand Down Expand Up @@ -203,6 +217,7 @@
"Myopsida": ("Squid", "🦑"),
"Oegopsida": ("Squid", "🦑"),
"Bathyteuthida": ("Squid", "🦑"),
"Odonata": ("Mosquitoes", "🦟"),
}
TAX_CLASS = {
"Gastropoda": ("Snail", "🐌"),
Expand Down

0 comments on commit b6b073c

Please sign in to comment.