get_accessibility: Get Accessibility to cities raster datasets

View source: R/compute_accessibility.R

get_accessibilityR Documentation

Get Accessibility to cities raster datasets

Description

Download Accessibility to cities global rasters from the collection of 11 different layers for the year from 2015

Usage

get_accessibility(range = NULL, index = NULL, file_path = NULL)

Arguments

range

range of urban population

index

index in which the file is stored in the database cloud

file_path

path location

Details

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

Value

accessibility rasters

Examples



file_path <- ".." # path to the folder where you want to download the rasters
get_accessibility(range="5k_10k", index=14189840, file_path=file_path)



Ohm-Np/openRspat documentation built on June 23, 2022, 3:03 p.m.