AugustT / BioHack_iNat

Biohackaton 2021 - Team investigating recorder behaviour on iNaturalist
GNU General Public License v3.0
1 stars 0 forks source link

Use iNat data dump for finding iNat usernames? #7

Open simonrolph opened 2 years ago

simonrolph commented 2 years ago

Wouldn't have the issue of the recordedBy column from the GBIF data not always being the same as inat username (which loses us ~100 users)

Depends how well some dyplr filtering would cope with this many rows.

Steps could be:

Crop by extent of country (for speed) Do some better matching using coords2country() function. Group by observer, summarise by record count Filter by target number of records (100?) Sample remaining usernames