<<< main page

Mapping Western Redcedar Dieback with iNaturalist

In the spring of 2020, I wrote a tool for Joey Hulbert's Western Redcedar Dieback project. Joey's project involves mapping Redcedar dieoff in the Pacific Northwest using the input of hundreds of citizen scientists working to document cedar health in their own communities.

Part of Joey's project entails mapping community observations so that citizen scientists can see their own contributions. He needed a script that could automatically pull the data from iNaturalist into a Google sheet, where it could then be tied directly to a Tableau Public visualization. The current visualization, connected by my script to the iNaturalist API, can be seen here.

Some of the iNat API output to sort through

While parts of the script are specifically tailored to this project, certain structures and functions will be useful to others pulling their own data from iNaturalist. The Github page for the script can be found here.

<<< main page