Get seasonality chart info for bunch of species into a CSV

I’m thinking this is not possible or requires too much bandwidth but I’d thought I’d ask anyway.

I’m interested in getting a species list of insects that peak in off season months. It is easy enough to get a list of say beetle species that occur in Ontario in the month of September or October through the Explore interface. But it would be interesting to filter it so that only beetle species are shown that have the greatest number of observations in the year for that month.

If there is something in the API or an utility that can pull that information into a CSV file, I could get easily get the results though a sort on a spreadsheet.

Cheers

1 Like

for each month, use https://jumear.github.io/stirfry/iNatAPIv1_observations_species_counts to export a list of beetle species in Ontario. combine those 12 sets of results so that you have beetle species counts by month. crunch those numbers to find the peak month for each species. then use the peak month data field to filter as you like.

3 Likes

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