OSM数据处理-python工具包

.osm.pbf下载地址
http://download.openstreetmap.fr/extracts/asia/china/

osmconvert
https://wiki.openstreetmap.org/wiki/Osmconvert

Osmosis工具
https://wiki.openstreetmap.org/wiki/Osmosis

Osmfilter工具
https://wiki.openstreetmap.org/wiki/Osmfilter

osm2shp在线工具
https://geoconverter.hsr.ch/

osm2pgsql下载地址
https://osm2pgsql.org/doc/install.html
https://osm2pgsql.org/doc/manual.html

OSM数据处理-python工具包
osm-clipper: Small python tool to clip pre-defined areas from large osm.pbf files, using osmconvert or osmosis.
osm-diff-tool: This module is a tool to download and extract data from OpenStreetMap diff files (*.osc).
osm2geojson: Convert OSM and Overpass JSON to GeoJSON
osm2gmns: osm2gmns, as a data conversion tool, can directly convert the OSM map data to node and link network files in GMNS format.
osm2gpd: A lightweight Python tool to scrape features from OpenStreetMaps' API and return a geopandas GeoDataFrame
osm2paths: An automtic generator of JSON vector road network graph car tracks from OSM.
osm4routing: Extract a street network from Openstreetmap as a graph ready for routing
osmalchemy: OSMAlchemy is a bridge between SQLAlchemy and the OpenStreetMap API.
osmapi: Python wrapper for the OpenStreetMap API
osmerge: OSMerge combines custom data sets with OpenStreetMap polygons.
osmgraph: Create networkx graphs from OpenStreetMap data
osmium: Provides Python bindings for the Libosmium C++ library, a library for working with OpenStreetMap data in a fast and flexible manner.
osmnet: Tools for the extraction of OpenStreetMap street network data
osmnx: Python for street networks. Retrieve, model, analyze, and visualize street networks and other spatial data from OpenStreetMap.
osmread: Simple library for reading OpenStreetMap XML and PBF data files
osmroad: Process osm data in python3
osmtogeojson: convert osm to geojson
osmxtract: Fetch OpenStreetMap features and export them as GeoJSON.

aliyun镜像源
http://mirrors.aliyun.com/pypi/simple/

安装osmium(同理可替换以上的OSM数据处理-python工具包)
pip install -i http://mirrors.aliyun.com/pypi/simple/ osmium --trusted-host mirrors.aliyun.com

posted @ 2021-05-02 17:45  土博姜山山  阅读(1513)  评论(0编辑  收藏  举报