You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if it was possible to customize the data sourced within the isochrones? I would like to include my own population variables, jobs, buildings, etc..?
Do you happen to know how I would go about adding my own dataset for analysis, other than the one the ORS API provides?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi, thanks very much for getting in contact and for your interest.
It's an interesting question! My initial thought would be to perform a spatial join on each of the isochrones returned from the ORS API to your local dataset, e.g. point-in-polygon, intersection etc. This would require your local data to be a spatial dataset, i.e. have geometries. For example you could do this in R using the "leaflet.extras" package to get this plugin and the "sf" package to perform the spatial join. I'm sure there are other language/platform options!
In case it's useful, ORS have a section on their website for people to ask questions about the API. There may be some further ideas discussed there that could help.
Hello! Really like your all's project here.
I was wondering if it was possible to customize the data sourced within the isochrones? I would like to include my own population variables, jobs, buildings, etc..?
Do you happen to know how I would go about adding my own dataset for analysis, other than the one the ORS API provides?
Thanks!
The text was updated successfully, but these errors were encountered: