osmosis

Osmosis is a command line Java application for processing OSM data.

  • 所有者: openstreetmap/osmosis
  • 平台:
  • 許可證:
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

Osmosis

Build Status

Overview

Osmosis is a command line Java application for processing Open Street Map
(http://www.openstreetmap.org) 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.

Some brief build, running and installation notes are provided below, however
most documentation may be found on the project wiki page.
http://wiki.openstreetmap.org/wiki/Osmosis

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

The easiest way to perform a full Osmosis build is to use the docker-based
development environment. If you have docker and docker-compose installed,
simply run the following command to build and launch a shell with everything
required to run the full build and test suite.

./docker.sh

Osmosis is built using the Gradle (http://gradle.org) build tool. Gradle itself
does not need to be installed because the gradlew script will install Gradle on
first usage. The only requirements are a 1.7 JDK, and an Internet connection.
Note that in the docker environment all downloads will still occur and be cached
in your home directory.

Below are several commands useful to build the software. All commands must be
run from the root of the source tree.

Perform a complete build including unit tests:
./gradlew build

Build the software without running unit tests:

./gradlew assemble

Clean the build tree:
./gradlew clean

Generate project files to allow the project to be imported into IntelliJ.

./gradlew idea

Generate project files to allow the project to be imported into Eclipse.

./gradlew eclipse

Verify checkstyle compliance:
./gradlew checkstyleMain checkstyleTest

After completing the build process, a working Osmosis installation is contained
in the package sub-directory. The Osmosis launcher scripts reside in the bin
sub-directory of package. On a UNIX-like environment use the "osmosis" script,
on a Windows environment use the "osmosis.bat" script.

Distribution archives in zip and tar gzipped formats are contained in the
package/build/distribution directory.

Issue Tracking

See https://trac.openstreetmap.org/query?status=!closed&component=osmosis

主要指標

概覽
名稱與所有者openstreetmap/osmosis
主編程語言Java
編程語言Shell (語言數: 3)
平台
許可證
所有者活动
創建於2011-10-12 18:48:02
推送於2024-12-29 00:08:01
最后一次提交
發布數52
最新版本名稱0.49.2 (發布於 2023-12-03 14:27:26)
第一版名稱0.1 (發布於 2007-06-21 23:46:24)
用户参与
星數704
關注者數39
派生數213
提交數1.9k
已啟用問題?
問題數64
打開的問題數43
拉請求數65
打開的拉請求數6
關閉的拉請求數25
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?