[ 源代码: overpass ]
软件包:python3-overpass(0.6.1-1)
wrapper for the OpenStreetMap Overpass API (Python 3)
overpass is a Python module providing a thin wrapper around the OpenStreetMap Overpass API, which is a read-only API that serves up custom selected parts of the OSM map data. It acts as a database over the web: the client sends a query to the API and gets back the data set that corresponds to the query.
This package contains the Python 3 version of overpass and its command-line tool.
其他与 python3-overpass 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-geojson
- Python 3 bindings and utilities for GeoJSON
-
- dep: python3-requests
- elegant and simple HTTP library for Python3, built for human beings