A lookup table identifying the top 3 most frequently linked weather stations for each focal organism in the ecotourism package. These stations were selected based on the number of linked observations across a 10-year period (2014–2024).
Format
A tibble with 12 rows and 2 variables:
- organism
Name of the organism (e.g., "glowworms", "orchids")
- ws_id
Weather station ID (e.g., "948720-99999")
Details
This table was created by counting the frequency of `ws_id` assignments within each organism dataset and selecting the top 3 stations per organism. These top stations are used for downloading daily weather data via the GSODR package.