Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

osm-map-merger

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

osm-map-merger

This tool can be used to assign positive id's to all elements and add a "version" attribute if missing. If multiple OSM input files are selected the tool will merge them into a single OSM output file. It is also possible to remap negative id's without changing the positive id's. Elements with "action"="delete" will be ignored. Use the --help command for more information.

  • 0.1.0
  • PyPI
  • Socket score

Maintainers
1

MapMerger

This tool can be used to assign positive id's to all elements and add a "version" attribute if missing. If multiple OSM input files are selected the tool will merge them into a single OSM output file. It is also possible to remap negative id's without changing the positive id's. Elements with "action"="delete" will be ignored. Use the --help command for more information.

Requires

  • Python 3.8 or higher
  • osmium >=3.2.0
  • lxml,
  • beautifulsoup4,
  • click

Installation

1. Using pip
pip install osm-map-merger
2. From Source

Clone source code:

  • Using SSH
git clone git@gitlab.com:tuda-fzd/scenery-representations-and-maps/osm-map-merger.git
  • Using HTTPS
git clone https://gitlab.com/tuda-fzd/scenery-representations-and-maps/osm-map-merger.git

After cloning the source code run the following command in the root directory of the repository.

pip install -e .

Execute

To see a list of available commands use:

osm-map-merger --help

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc