Some choropleth maps using iNat data

Thought you all might be interested in these maps I made using iNaturalist data.


Pretty much what you would expect here, the places with the most species happen to also be the highest in biodiversity and human population (more people = more iNat observers = more species found).

Obviously, southern Appalachia holds the greatest number of species of Salamanders, but I was previously unaware of the diversity in Alabama and in California.

Seriously, someone needs to take over observing birds in Arkansas, North Dakota, and New Hampshire haha.

I find this map quite intriguing as you can really see the difference in species diversity from colder to warmer climates.

P.S. check out https://github.com/oliverburrus/iNat_Visualizations/blob/master/Choropleth_Maps/Taxa_By_US_State.R to find the code I used to make these maps, or if you are interested in making your own!

19 Likes

Nice maps! You might be interested in rarefaction analyses that can help in partially taking into account varying observer effort across states. See the iNEXT package and this paper https://doi.org/10.1111/2041-210X.12613.

8 Likes

Thanks so much for the links, I’ll definitely have to fiddle around with that package tomorrow! I actually have been trying to find a package like iNEXT for a long time haha.

1 Like

It is far from perfect, but it is still an improvement over the raw data.

1 Like

obligatory https://www.facebook.com/groups/1901568183451488

2 Likes

:rofl: true, true

Having been a little kid spending most of my time outdoors and muddy in coastal northern California, on the southern margin of the Pacific Northwest, the salamander diversity of that region has always been one of my favorite things.

It was exciting to work in Shenandoah NP a while back and be in an area that also has high diversity, but I didn’t get to see as many as I’d have liked (too much time on rocky outcrops instead of damp areas).

If you ever make it out to Northern California during Orange-bellied Newt (Taricha torosa) breeding season it can be pretty impressive. I’ve seen tangled mating balls of dozens of them slowly tumbling down shaded streams and once, high in the Marble Mountains, came across a small alpine lake with thousands of them congregating.

4 Likes

As an identifier of Unknowns, most of the salamanders I see tend to be pasted onto the surface of a highway :(

2 Likes

nice.

inspired by this, here’s something in Observable that will get data and generate a similar choropleth map: https://observablehq.com/@robin-song/inaturalist-api-example-2b .

might be useful for folks who aren’t sure how to get started with R.

1 Like

Very nice charts. I’d like to generate some for my place of interest so how do I go about easily obtaining a list of standard place_id values within a country? Doesn’t seem possible via the API.

1 Like

Not going to lie, the US states are simple because their place_ids are just 2-52, but I’m working on a script to pull place_ids using the API right now, it’s just a little cumbersome.

1 Like

i haven’t tried in a while, but i vaguely recall it’s possible using the deprecated API, but it’s still ugly to do it that way.

probably the easiest (non-automated) way to do it if you have a particular country in mind is to just get the full list of places (see https://forum.inaturalist.org/t/use-wikidata-for-place-names-and-wikipedia-descriptions/7702/13), and filter on admin_level and ancestry columns to get the places you’re interested in.

if you want to automate that process a bit, you could save off a(n abridged) version of that CSV file or put it on a server somewhere, and then you could parse through it programmatically for any country and admin level. the standard administrative places shouldn’t change often. so you typically wouldn’t need an up-to-the-minute version of the CSV file.

Cool stuff whimbrelbirder! When I looked at iNat data across Alaska boroughs (the equivalent of counties), here’s a twist that I found related to the relationship of iNat observations and people within a spatial unit at that scale:

More observers & more observations per borough → more taxa recorded on iNat. In general, there’s a positive relationship between the number of taxa recorded in boroughs on iNaturalist and the number of observers (R2=0.47) and observations (R2=0.87). For every additional observer in an area, roughly about 13 additional observations and 1.5 additional taxa are expected to be recorded on iNaturalist. The boroughs with the most observers? Anchorage (1,023 iNat observers; Alaska’s largest population center with almost three times the residents than the next biggest borough), followed by Kenai (910 observers). The boroughs with the most observations? Sitka (38,505 observations), followed by Kenai (12,526 observations). The boroughs with the most taxa recorded? Same pattern as observations: Sitka (2,740 unique taxa), followed by Kenai (1,680 unique taxa).

More people living or visiting a borough for nature → more iNat observers. What explains variation in iNat activity across Alaska boroughs? I spent a bit of time compiling datasets on factors that I suspected might be important: population size, area, visitor volume, visitor volume engaged in nature activities (including wildlife viewing, birdwatching, hiking), broadband service1. Of those, the two factors that seem the most predictive2 in terms of explaining # of iNat observers are (a) borough population, and (b) number of visitors that engaged in a wildlife viewing activity in the borough3. Multiple regression analysis indicated that those two predictors explained a decent 84% of the variance in the number of observers between boroughs. So, there are more iNaturalist observers in boroughs with more residents and more visitors that want to see wildlife – makes sense, right? This appears true even when controlling for other factors.

More people living or visiting a borough ≠ more iNat observations…. except…. . In contrast to iNat observers, the same pattern does not hold true for iNat observations when looking across all boroughs. In fact, none of the factors I looked at significantly explained differences in observations between boroughs EXCEPT when I dropped a single borough from the analysis. When I looked at all boroughs except for Sitka, the importance of population size and wildlife-viewing visitors re-emerged as significant variables, with a simple model explaining 75% of observation variance4. So, what makes Sitka special?

more at the journal post

3 Likes

That was more enjoyable than I expected.

It is the furthest south of the major boroughs. More Pacific Northwest than Boreal.

@gwark. @gwark makes Sitka special.

2 Likes

GUYS WHO GOT US TO THE FRONT PAGE OF REDDIT

3 Likes

Ik, I was not expecting that, woke up this morning with like 300 notifications on Reddit :rofl:

1 Like

Thanks so much for the ideas and links about this type of mapping and the conversations that you initiated. Worth exploring. ~ best, Gail

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.