Analysis of CNC Austria

Hi all,

just wanted to share my open source project to analyse the CNC data for Austria and its regions participating in it.

GitHub: https://github.com/HannesOberreiter/inat-austria-city-challenge-2023
Homepage: https://hannesoberreiter.github.io/inat-austria-city-challenge-2023/

Note: The homepage is in german language.

Currently the project is setup to fetch fresh data every four hours to keep the burden on the iNat API (v2) low as I don’t need a real live feed (GitHub Deploy Workflow). The project is more meant for our upcoming post-event analysis. The plan is to add a few more analytics, but free time is rare and limited (and its much more fun to be outside on the iNat hunt in summer ;-) ).

Nevertheless, maybe my source code can help other fellow iNat`s who wanted to create something similar as starting point.

Cheers
Hannes

6 Likes

Very nice to see someone else working on tools like this, and in Austria too! Is there any reason why data from Wien isn’t being included?

For the past few years I’ve been running these little python scripts to generate some comparatively rudimentary analysis similar to your “ Unique Taxa mit Research-Grade”. I also have a tool which I will start running on Tuesday, which highlights high-priority observations to identify to species level (example).

I’ve been running these manually, using GH actions is a very nice solution for automating them. My scripts use a combination of API data and exported CSV files to reduce load on the API, which was necessary during development so that I could re-run them constantly without hitting the API, but now they’re stable I could probably switch it completely over to API data and run it once or twice a day.

3 Likes

Hi,

simply forgot about Vienna :0, thanks for the reminder (it is now on added to the analysis)!

For local development I have a few hacks included, so I don’t need to fetch all data. Additionally the API download is saved as CSV for playing around.

Yeah GH actions are great especially if you facilitate the cache as the first run took quite long (roughly 30 minutes) to install all packages.

Cheers
Hannes

1 Like

Spannende Daten, die sich da rauslesen lassen :)
St. Pölten fehlt scheinbar auch noch!

lG
Nico

Hi,

thanks added St.Pölten and Vorarlberg … tzzz

Should be on the page on the next render iteration.

Cheers
Hannes

1 Like

Very nice. Salzburg of course doesn’t even have a project (they do take part in the CNC just not on inat) and I feel so left out.

1 Like

If this genus w/o species list is helpful we could add it to my site.

Yeah sorry had no time to check how observation.org works. The current page was hacked together in 3 after-work nights :). Maybe next year.

That is brilliant! Thanks Hannes for creating that website! I’ll add the link to the citynaturechallenges.at-Website, if that is ok, so people can check it out.