Landuse | R Documentation |
The function is used to download the landuse data of districts in Taiwan for the specific time, including minimum statistical area (SA0), statistical area 1 (SA1), and statistical area 2 (SA2). The data is downloaded from Social Economic Geographic Information System (SEGIS) by Ministry of the Interior. The data can be pure text or shapefile with the polygon of specific district.
Population(district, year, out=F)
district |
Please fill in the district type. The valid input includes |
year |
The year of the data. The format of time should be |
out |
If the result should be exported to the local, please fill in the directory. The default value is FALSE, which does not export the data. |
All the definition of column name is listed here.
Also, please note the description of each version (year) in corresponding documents listed below. Some of the category were slightly revised.
Year | Document | |
~2015 | Land Use Classification 95-104 | |
2016~2019 | Land Use Classification 105-108 | |
2020~ | Land Use Classification 109- | |
Maintainer: Chia Jung, Yeh chia-jung.yeh@sydney.edu.au
Landuse(district="SA0", year=2022)
Landuse(district="SA1", year=2021, out="./taiwan_landuse.csv")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.