Metadata-Version: 2.1
Name: osm_where
Version: 0.3.2
Summary: Get geo: URI for given locality from OSM
Author: Matej Cepl
Author-email: mcepl@cepl.eu
License: MIT
Project-URL: home_page, https://git.cepl.eu/cgit/toys/osm_where
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: GIS
Classifier: Environment :: Console
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: OSMPythonTools
Requires-Dist: pyxdg
Requires-Dist: shapely

osm_where
=========

Simple tool to get [GeoURI](https://geouri.org/) for given
location identified by URL or by its name (not 100% reliable, as
we don’t have any interface to choose between multiple options).

Currently defaults to looking at Ukraine.

**Quick Start**:
```bash
# Get help message
python src/osm_where.py --help

# Query by URL
python src/osm_where.py https://www.openstreetmap.org/node/4126283179

# Query by place name
python src/osm_where.py Kropyvnytskyi
```

All issues, questions, complaints, or (even better!) patches
should be send via email to
[~mcepl/devel@lists.sr.ht](mailto:~mcepl/devel@lists.sr.ht) email
list (for patches use [git
send-email](https://git-send-email.io/)).
