https://github.com/osmsharp/odp
Command-line tool encapsulating the data-processing capabilities of OsmSharp
https://github.com/osmsharp/odp
Last synced: 10 months ago
JSON representation
Command-line tool encapsulating the data-processing capabilities of OsmSharp
- Host: GitHub
- URL: https://github.com/osmsharp/odp
- Owner: OsmSharp
- Created: 2013-09-20T13:14:14.000Z (over 12 years ago)
- Default Branch: develop
- Last Pushed: 2016-05-23T15:31:07.000Z (about 10 years ago)
- Last Synced: 2024-03-26T15:19:10.409Z (about 2 years ago)
- Language: C#
- Size: 33.6 MB
- Stars: 11
- Watchers: 6
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Osm(Sharp) Data Processor
=========================
ODP is a simple tool that exposes some of OsmSharp's functionality to act as a CLI tool to process OpenSteetMap-data.
Basic supported features are:
- Reading/writing OSM-XML (.osm).
- Reading/writing OSM-PBF (.osm.pbf).
- Merging multiple sources.
- Creating and writing OsmSharp-routing format file.
- Creating routable shapefiles based on OSM-data.
Everything ODP can, you can also do by writing code and using OsmSharp and OsmSharp.Routing but this tool allows you to setup regular update processes for example.
## Documentation
All relevant documentation is on the [wiki](https://github.com/OsmSharp/odp/wiki). Only the features documented there are supported.