open_route_service
This package is an encapsulation/wrapper made around openrouteservice API
The package enables the easy integration of the openrouteservice API with relevant data models, for generation of Routes and Directions on Maps, Isochrones, Time-Distance Matrix, Pelias Geocoding, POIs, Elevation, routing Optimizations etc, using their amazing API.
Contribute to openrouteservice API by donating openrouteservice API documentation
Contents
Features
The goal is to develop an all-encompassing package that can encapsulate everything openrouteservice API offers.
With all of their internal Optimizations, this includes:
Directions'foot-walking'
.
ElevationElevationData
by taking a 2D ORSCoordinate
or planar line geometry, and enriching it with elevation from a variety of datasets.
Isochrones
Time-Distance Matrix
Pelias Geocoding
POIs
Routing Optimizations
Appropriate tests have also been written for each of the above APIs and can be used to check if the package and/or API are functioning properly.