zoukankan      html  css  js  c++  java
  • 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

    个人学习记录
  • 相关阅读:
    Web开发中需要了解的东西
    Javascript:谈谈JS的全局变量跟局部变量
    多角度看.NET面试题
    java http大文件断点续传上传方法
    java http大文件断点续传上传问题
    java http大文件断点续传上传功能
    java http大文件断点续传上传解决方案
    java http大文件断点续传上传实例
    java http大文件断点续传上传示例
    java http大文件断点续传上传源代码
  • 原文地址:https://www.cnblogs.com/jeshy/p/14726052.html
Copyright © 2011-2022 走看看