View source: R/compute_accessibility.R
get_accessibility | R Documentation |
Download Accessibility to cities global rasters from the collection of 11 different layers for the year from 2015
get_accessibility(range = NULL, index = NULL, file_path = NULL)
range |
range of urban population |
index |
index in which the file is stored in the database cloud |
file_path |
path location |
The list of range of population layer and corresponding index to use: "5k_10k", 14189840 "10k_20k", 14189837 "20k_50k", 14189831 "50k_100k", 14189825 "100k_200k", 14189819 "200k_500k", 14189816 "500k_1mio", 14189810 "1mio_5mio", 14189807 "50k_50mio", 14189849 "5k_110mio", 14189852 "20k_110mio", 14189843
accessibility rasters
file_path <- ".." # path to the folder where you want to download the rasters get_accessibility(range="5k_10k", index=14189840, file_path=file_path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.