Tag: isochrones

  • Mapping physical access to health care for older adults in sub-Saharan Africa and implications for the COVID-19 response: a cross-sectional analysis

    New paper published on healthcare access in Sub-Saharan Africa It is almost a year since SARS-CoV-2 first emerged in China. The virus spread all over the world. Countries south of the Sahara did not receive much attention. Although outbreaks here have a strong risk potential due to existing crises. In our new published paper we…

  • Improved Isochrone Calculation released in openrouteservice v6.3.0

    With the release of openrouteservice v6.3.0 at HeiGIT, we are presenting a new and improved speed-up technique that makes it possible to calculate much larger isochrones than with the existing algorithm. An isochrone is an area on the map that can be reached from a starting point within a time or distance limit specified by…

  • Exploring OSM for healthcare access analysis in Sub-Saharan Africa

    [tl;dr] Using hospital locations and the ORS Isochrone service, we have created a method for comparing physical access to healthcare in Sub-Saharan Africa. Hospital locations were derived from OpenStreetMap and compared against another free available dataset. Results indicate strong similarity in both hospital datasets, however the uncertainty of our method requires further evaluation. Figure 1…

  • Data Journalism WebApp about Accessibility in Sweden according to Corona Travel Recommendations

    Sveriges Television AB (the public Swedish television company) has published a data journalism WebApp showing how far one can travel according to the recommendations from the Swedish Public Health Authority. Of course the safest recommendation is not to travel at all during the corona crises – but if one absolutely has to, shorter trips of…

  • Addressing the challenge of localizing SDGs with openrouteservice

    Where is the next health center? What areas show less accessibility to health centers and are therefore the most vulnerable? In 2018, the openrouteservice team already illustrated how these questions related to vulnerability can be addressed with openrouteservice APIs, at that time for disaster prone regions in Madagascar. Learn more here. Also at that time…

  • New OpenRouteService QGIS Plugin

    Finally there is a new version of the QGIS plugin for OpenRouteService: ORS Tools. It gives easy access to our directions, isochrone and matrix API’s from within QGIS. The old plugin OSM Tools plugin has been deprecated due to its name being too generic. However, the name is not the only thing that changed: Create…

  • Using Openrouteservice in the data science platform alteryx

    You can also use Openrouteservice via the self-service data analytics plattform alteryx, when you are a user of that data science product. Pablo Sáenz de Tejada (The Information Lab) has shared some macros on the alteryx public gallery using the Openrouteservice API that allows you to geocode addresses, calculate routes and create isochrones using the alteryx…

  • Erreichbarkeitsanalyse von Haltestellen des öffentlichen Personennahverkehrs in Stuttgart per Openrouteservice

    In einer aktuellen Publikation der Stadt Stuttgart wird die Erreichbarkeit von Haltestellen des öffentlichen Personennahverkehrs in Stuttgart untersucht. Für die Berechnung der Isochronen wurde das kostenfrei nutzbare QGIS-Plugin OSM Tools verwendet. Dieses nutzt den seit 2008 verfügbaren Openrouteservice des Heidelberg Institute for Geoinformation Technology (HeiGIT). Das Toolset umfasst Routing, Geocoding, Isochronen und Matrixberechnungen, entweder interaktiv im…

  • openrouteservice-js – your JS library for spatial node applications!

    And here comes another little Christmas present by HeiGIT: In addition to our previously released and highly appreciated python and R libraries we now offer an additional JavaScript API making the usage of the openrouteservice ecosystem covering the entire globe based on OpenStreetMap in your web applications terribly simple. From now on you will be…

  • Accessibility analysis of public transport in Stuttgart

    The Statistical Office of the City of Stuttgart determined the walking time to the nearest public transport stop for every place in the city using our QGIS plugin OSM Tools. With OSM Tools it only takes a few mouse clicks to access most of the functions of the openrouteservice. The toolset includes routing, isochrones and…

  • New OpenRouteService API playground

    After the release of the new OpenRouteService dashboard the team has worked on a new interactive API documentation application named API Playground , that allows the users to explore all the OpenRouteService API services, parameters and responses in an intuitive and easy way. It is possible run requests, see the response in a map, table…

  • Apartment search with Openrouteservice; a new Python notebook example:

    As promised we offer some more examples on how to use Openrouteservice for some applications. In this notebook  example, we’d like to showcase one way to go about finding an apartment based on OSM data. We’ll using different openrouteservice API’s to help you look for an apartment. Here is the full example with code and…