paris_data: Example data for commuting flows within Paris

Description Usage Format Details Source

Description

The package includes an example data set that contains home-to-work commuting flows for 71 municipalities around the center of Paris. The data for the example is stored in three objects

Usage

1
2
3
4
5

Format

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

An object of class data.frame with 5041 rows and 4 columns.

An object of class list of length 3.

Details

  1. paris10km_municipalities contains information on the municipalities. It contains some socio-economic variables, the identifier of the municipality and a geometry column. The geometry is a MULTIPOLYGON that describes the shape of the region.

  2. paris10km_commuteflows contains information on pairs of municipalities. It is a data.frame with origin and destination identifiers and contains the information on the size of the commuting flows and the distance.

  3. paris10km_neighborhood contains three sparse matrices that represent alternative definitions of the neighborhood of the municipalities. The first is based on contiguity, the second one on distance and the third one is based on the three nearest neighbours.

Source

The data combines different public sources (last accessed 2021-05-05).

Three data sets are provided by INSEE. More information on the rights to use and diffuse this data is provided here.

The geographies, population, and area of the municipalities come from OpenDataSoft and are available here. This data set is published under an OPEN LICENCE.


spflow documentation built on Sept. 9, 2021, 5:06 p.m.