GithubHelp home page GithubHelp logo

ozzie00 / osmosis Goto Github PK

View Code? Open in Web Editor NEW

This project forked from openstreetmap/osmosis

0.0 3.0 0.0 16.82 MB

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

Home Page: http://wiki.openstreetmap.org/wiki/Osmosis

Java 99.69% Shell 0.31%

osmosis's Introduction

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

**** BUILD ****
Osmosis is built using the Gradle (http://gradle.org) built tool, however
Gradle does not need to be installed.  The only requirements are a 1.6 JDK, and
an Internet connection.

Below are several commands useful to build the software.  All commands must be
run from the root of the source tree.
 
Build the software without running unit tests:
./gradlew assemble

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

Clean the build tree:
./gradlew clean

Verify checkstyle compliance:
./gradlew checkstyleMain checkstyleTest

**** RUNNING ****
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.

However, for installing the software it is recommended to use a distribution
archive described below.

**** INSTALLATION ****
After completing the build process, distribution archives in zip and tar gzipped
formats are contained in the package/build/distribution directory.  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.

osmosis's People

Contributors

brettch avatar scrosby avatar siliconfiend avatar woodpeck avatar toebee avatar pnorman avatar iandees avatar stefanb avatar mazdermind avatar ralucamartinescu avatar rhansen avatar stephankn avatar tomhughes avatar sebastic avatar danielkaneider avatar gschmidtee avatar zverik avatar mbouchard8915 avatar gagern avatar zerebubuth avatar ppawel avatar priteau avatar

Watchers

Oz avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.