Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geometalab/OSMTagFinder
Web search engine for OpenStreetMap tags similar to taginfo but simpler.
https://github.com/geometalab/OSMTagFinder
flask openstreetmap osm python taginfo tags
Last synced: about 2 months ago
JSON representation
Web search engine for OpenStreetMap tags similar to taginfo but simpler.
- Host: GitHub
- URL: https://github.com/geometalab/OSMTagFinder
- Owner: geometalab
- License: mit
- Created: 2015-01-16T15:32:23.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-03-13T13:24:18.000Z (11 months ago)
- Last Synced: 2024-08-13T03:06:23.845Z (6 months ago)
- Topics: flask, openstreetmap, osm, python, taginfo, tags
- Language: Python
- Homepage: http://tagfinder.osm.ch
- Size: 206 MB
- Stars: 22
- Watchers: 8
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Readme OSM TagFinder
A search engine for [OpenStreetMap](www.openstreetmap.org) tags. It uses [TagInfo](http://taginfo.openstreetmap.org), translation services (German to English), thesaurs and an adapted domain-specific semantic net and includes a RESTful API.
TagFinder can be visited at https://tagfinder.osm.ch/ (in English and German).
The project was developed as part of a research project for the [Geometa Lab](http://www.hsr.ch/geometalab) (Prof. S. Keller) of the IFS at the University for Applied Sciences Rapperswil (HSR) end of 2014.
The application is written in Python 2.7 and uses the Flask web framework.## Installation
For installation instructions, see the [the README in the OSMTagFinder
subdirectory](OSMTagFinder/README.md).