DataKind-DC / EcoAction

MIT License
4 stars 2 forks source link

Map of planted trees categorized by year #9

Open Chellison opened 3 years ago

Chellison commented 3 years ago

Display map of trees that distinguishes between trees planted in different years.

icanhazcodeplz commented 3 years ago

Awesome. Thanks for taking this @Chellison! Let's try to do this for "block_level", "tract", and "civic_associations" geos. scripts/map_example.R and scripts/leaflet_map.R may have some code you can reuse.

Chellison commented 3 years ago

Made some maps to that show the locations of trees planted per distinguished by year and display the scientific and common name of the trees. The code is in the pull request but the maps (and additional graphs) are on the google drive (Data -> trees_per_year). I mapped the locations of the trees directly, rather than aggregating by census area. @icanhazcodeplz , I'd be happy to talk more about what you had in mind for that.

allenbaron commented 3 years ago

Could we use the mapview package popup functions, the rMaps package, or the leaftime package to improve the presentation?