Socket
Socket
Sign inDemoInstall

org.openstreetmap.osmosis:osmosis-pbf

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

org.openstreetmap.osmosis:osmosis-pbf

Osmosis is a Java application and library for processing OSM data.


Version published
Maintainers
1
Source

Osmosis

Build Status

Overview

Osmosis is a command line Java application for processing Open Street Map data.

The tool consists of a series of pluggable components that can be chained together to perform a larger operation. For example, it has components for reading from database and from file, components for writing to database and to file, components for deriving and applying change sets to data sources, components for sorting data, etc. It has been written so that it is easy to add new features without re-writing common tasks such as file or database handling.

The main point of entry for documentation is the project wiki page, although some information is included below.

Status

Osmosis is in light-maintenance mode. As of 2018 we’ve stopped active development and transitioned to periodic acceptance of pull requests with tests and minor version releases. Keep an eye on osmosis-dev list for any updates.

Usage

Installation

It is recommended to use a pre-built distribution archive rather than compile from source. The location of the latest builds are specified on the project wiki. These archives may be extracted to a location of your choice. The bin sub-directory should either be added to your PATH, or in the case of UNIX-like environments the "osmosis" script may be symlinked into an existing directory already on the PATH.

Development

See Development for details.

Issue Tracking

See https://github.com/openstreetmap/osmosis/issues

FAQs

Package last updated on 03 Dec 2023

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