Metadata-Version: 2.4
Name: inattrails
Version: 0.9.11
Summary: This tool reads the route of a hike and generates a table of iNaturalist observations along the trails. It also shows the observations and the route of the hike on a map. Moreover, it saves waypoints of the iNaturalist observations for offline navigation with a GPS device or smartphone.
Project-URL: Documentation, https://inat-trails.readthedocs.org
Project-URL: Homepage, https://github.com/joergmlpts/iNat-trails
Project-URL: Bug Tracker, https://github.com/joergmlpts/iNat-trails/issues
Author-email: joergmlpts <joergmlpts@outlook.com>
License-File: LICENSE
Keywords: hiking,inaturalist,trails
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.7
Requires-Dist: aiohttp
Requires-Dist: folium
Requires-Dist: shapely
Description-Content-Type: text/markdown

# iNaturalist observations along hiking trails

This utility 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 stores waypoints of the iNaturalist observations for
offline navigation with a GPS device or smartphone.

# Documentation

Our documentation is at [inat-trails.readthedocs.org](https://inat-trails.readthedocs.org).

- [Utilities](https://inat-trails.readthedocs.io/en/latest/usage.html#utility-inattrails)
- [Installation](https://inat-trails.readthedocs.io/en/latest/usage.html#installation)
- [API Tutorial](https://inat-trails.readthedocs.io/en/latest/api.html)
- [API Reference](https://inat-trails.readthedocs.io/en/latest/api.html#detailed-api-documentation)
