-
Notifications
You must be signed in to change notification settings - Fork 93
Home
OsmSharp is a project that started with using OpenStreetMap (OSM) data for some pretty awesome mapping projects. First of all there is routing but also rendering of maps and just processing geo data.
OsmSharp is written in C# and can be used anywhere where the language is supported. This means almost any device or environment including iOS and Android thanks to Xamarin.
This part of the project, the 'core', contains basic geometries, collection, OSM-primitives and OSM-data processing code.
Documentation is sparse at the moment. Documentation can be written on-demand. There is a repository of samples to get you started, OsmSharp.Samples, and a small amount of documentation:
- Home
- Data Processing
OsmSharp is not just the core project alone there are some related project here on GitHub:
- GTFS: A module for reading/writing GTFS. This is a preparation for the upcoming release of a public transit routing module.
- shape: A small module to read shapefiles for use in routing and rendering with OsmSharp.
- routing-api: A routing-api with self-hosting or as a dependency in an existing web app.