Population withing Isochrone data

Hi ORS Team,

first of all, thank you for the fantastic work you are all doing for the open source community.

I am trying to use the R package to retrieve the population data within my desired isochrone.

Is there a way how to do this?

thanks for the info!

Michal

Hi,

our R guy is on leave atm. could be that @andrzej answers but I wouldn’t expect anything anytime soon.

It’s generally in the response of the isochrone API if the parameter "aatributes"=["total_pop"] is set. Maybe that helps you a little.

Hi Nils,

yes! adding parameter attributes = list(c(“total_pop”)) works in the ORS R package.

Thanks!!

MK