download_cadaster: Download cadaster

Description Usage Arguments Value Examples

View source: R/download_cadaster.R

Description

Downloads the json file containing the geo info according to the provided city_code and layer

Usage

1
download_cadaster(city_code, layer = "batiments")

Arguments

city_code

A city code (string/number)

layer

The layer we want to get (string)

Value

A file path to the downloaded json file

Examples

1
2
3
4
## Not run: 
download_cadaster("75001", "batiments")

## End(Not run)

peloyeje/cadastertools documentation built on May 19, 2019, 3:02 a.m.