首页 > 编程语言 > 详细

OSM数据处理-python工具包

时间:2021-05-02 22:04:43      阅读:46      评论:0      收藏:0      [点我收藏+]

.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

OSM数据处理-python工具包

原文:https://www.cnblogs.com/jeshy/p/14726052.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!