osmosis-core

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

License

License

Public Domain
Categories

Categories

OpenStreetMap Business Logic Libraries Geospatial
GroupId

GroupId

org.openstreetmap.osmosis
ArtifactId

ArtifactId

osmosis-core
Last Version

Last Version

0.48.3
Release Date

Release Date

Type

Type

jar
Description

Description

osmosis-core
Osmosis is a Java application and library for processing OSM data.
Project URL

Project URL

http://wiki.openstreetmap.org/wiki/Osmosis
Source Code Management

Source Code Management

https://github.com/openstreetmap/osmosis

Download osmosis-core

How to add to project

<!-- https://jarcasting.com/artifacts/org.openstreetmap.osmosis/osmosis-core/ -->
<dependency>
    <groupId>org.openstreetmap.osmosis</groupId>
    <artifactId>osmosis-core</artifactId>
    <version>0.48.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.openstreetmap.osmosis/osmosis-core/
implementation 'org.openstreetmap.osmosis:osmosis-core:0.48.3'
// https://jarcasting.com/artifacts/org.openstreetmap.osmosis/osmosis-core/
implementation ("org.openstreetmap.osmosis:osmosis-core:0.48.3")
'org.openstreetmap.osmosis:osmosis-core:jar:0.48.3'
<dependency org="org.openstreetmap.osmosis" name="osmosis-core" rev="0.48.3">
  <artifact name="osmosis-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openstreetmap.osmosis', module='osmosis-core', version='0.48.3')
)
libraryDependencies += "org.openstreetmap.osmosis" % "osmosis-core" % "0.48.3"
[org.openstreetmap.osmosis/osmosis-core "0.48.3"]

Dependencies

compile (6)

Group / Artifact Type Version
net.sf.jpf : jpf jar 1.5
com.fasterxml.woodstox : woodstox-core jar 5.1.0
org.codehaus.woodstox : stax2-api jar 4.1
org.apache.commons : commons-compress jar 1.18
xerces : xercesImpl jar 2.12.0
org.springframework : spring-jdbc jar 5.1.0.RELEASE

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

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://trac.openstreetmap.org/query?status=!closed&component=osmosis

org.openstreetmap.osmosis

OpenStreetMap on GitHub

Versions

Version
0.48.3
0.48.2
0.48.1
0.48.0
0.47.3
0.47.2
0.47.1-1-g80be2971
0.47
0.46
0.45
0.44.1
0.43.1
0.43-RELEASE