Osm4j
Jump to navigation
Jump to search
Osm4j | |
---|---|
Author: | Sebastian Kürten |
License: | GNU Lesser General Public License (free of charge) |
Platforms: | Windows, Linux, and macOS |
Language: | English |
Website: | https://jaryard.com/projects/osm4j/ |
Source code: | https://github.com/topobyte/osm4j |
data processing framework |
osm4j is a lightweight Java framework for working with OSM data.
As a programming library, it offers core interfaces and implementing classes
for representing OSM elements and working with data.
It supports reading and writing many of the common OSM file formats
such as OSM XML and PBF files.
Additionally, it can be used to convert OSM elements to instances of the
Geometry datatypes from JTS.
osm4j also provides a command line tool based on the core libraries that offers similar (but not as comprehensive) functionality as Osmosis.
Useful resources:
The project is organized in several subprojects on GitHub:
There are additional subprojects:
- Testing library: osm4j-testing
- Examples: osm4j-examples
- Incubating features: osm4j-incubating