2009-09-25 12:14:32 +00:00
|
|
|
Osmosis is a command line java app for processing OSM 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
|
2016-05-19 10:21:23 +00:00
|
|
|
re-writing common tasks such as file or database handling.
|
2009-09-25 12:14:32 +00:00
|
|
|
|
2018-12-18 09:30:09 +00:00
|
|
|
WWW: https://wiki.openstreetmap.org/wiki/Osmosis
|