Does anyone know how to use rinat (github.com/ropensci/rinat) to download occurence data using phenology as a query parameter? I’d like to download all observations of a taxon, but I only want flowering individuals. It appears that rinat does not provide a column for phenology in the output dataframe, and it does not have an obvious function for pulling observations of a specific phenology state.
I’ve created a project to aggregate all flowering individuals from the taxon, and I can download the ovservations using the export feature of iNaturalist. However, I’d like to make reproducable code (specifically in R), and I don’t want to have to duplicate projects for every taxon I want to investigate.
Any advice would be much appreciated.