Welcome to inattrail’s documentation!
Inattrail reads the route of a hike and generates a table of iNaturalist observations along the way. It also displays the observations and the route of the hike on a map. It also stores waypoints of the iNaturalist observations for offline navigation with a GPS device or smartphone.
Contents
- Usage
- Detailed API Documentation
- Module read
- Module cache
- Module api
iNaturalistAPIiNaturalistAPI.CALL_LIMITiNaturalistAPI.DOWNLOAD_LIMITiNaturalistAPI.PER_PAGEiNaturalistAPI.api_call()iNaturalistAPI.getResults()iNaturalistAPI.get_all_observations()iNaturalistAPI.get_all_observations_async()iNaturalistAPI.get_overpass()iNaturalistAPI.get_places_by_id()iNaturalistAPI.get_places_by_id_async()iNaturalistAPI.get_places_nearby()iNaturalistAPI.get_places_nearby_async()iNaturalistAPI.get_taxa_by_id()iNaturalistAPI.get_taxa_by_id_async()iNaturalistAPI.initCommand()iNaturalistAPI.throttleCalls()
- Module trails
- Module inat_taxon
- Module inat_status
- Module inat_place
- Module inat_observation
- Module gen_map
- Module write_table
- Module write_waypoint
- Module main