Skip to contents

A dataset containing geographic information of users of active and motorized modes of transportation in Santiago sourced from 2016 survey.

Usage

data(comunas_1)

Format

An object of class sf (inherits from data.frame) with 52 rows and 11 columns.

Source

A face to face survey considering pre-census 2012

Details

@format A data frame with 52 rows and 11 variables:

OBJECTID

Unique identifier of respondent

ID

Unique identifier of respondent

COMUNA

Commune of residence

REGION

Region of residence

Ha

Height of residence

LAYER

Layer of residence

COORD_X

X coordinate of the place where respondents live

COORD_X

Y coordinate of the place where respondents live

Shape_Leng

Length of the ploygons where respondents live

Shape_Area

Area of the ploygons where respondents live

geometry

Geometry of the ploygons where respondents live

Examples

 data(comunas_1)
 COMUNA <- comunas_1$COMUNA