ptgrid: ptgrid dataset

ptgridR Documentation

ptgrid dataset

Description

The ptgrid dataset refers to a data.frame representing a rectangular grid with 2 km x 2 km spacing that covers Portugal mainland. Grid nodes with real values refer to the municipality id (block data). Grid nodes located on sea or Spain country are set to 'NA'.

Usage

data(ptgrid)

Format

A data.frame with 40608 rows and 3 columns

x

x-coordinates, in meters

y

y-coordinates, in meters

oid_

id, municipality's id number)

Source

Data preparation by Manuel Ribeiro & Leonardo Azevedo (leonardo.azevedo@tecnico.ulisboa.pt).

References

Azevedo, L. et al. Geostatistical COVID-19 infection risk maps for Portugal. Int J Health Geogr 19, 25 (2020).

Examples

data(ptgrid)
str(ptgrid)

maluicr/blockdss documentation built on Nov. 22, 2023, 11:42 a.m.