Package 'mapsPERU'

Title: Maps of Peru
Description: Information of the centroids and geographical limits of the regions, departments, provinces and districts of Peru.
Authors: Jorge L. C. Musaja [aut, cre]
Maintainer: Jorge L. C. Musaja <[email protected]>
License: GPL-3
Version: 1.0.2
Built: 2025-02-22 02:38:09 UTC
Source: https://github.com/musajajorge/mapsperu

Help Index


Geographic information of the departments of Peru

Description

Geographic information of the departments of Peru

Usage

map_DEP

Format

dataframe

COD_DEPARTAMENTO

chr Department code

DEPARTAMENTO

chr Department name

coords_x

dbl Longitude of the centroid of the department

coords_y

dbl Latitude of the centroid of the department

geometry

MULTIPOLYGON Geometric object


Geographic information of the districts of Peru

Description

Geographic information of the districts of Peru

Usage

map_DIST

Format

dataframe

COD_REGION

chr Region code

COD_DEPARTAMENTO

chr Department code

COD_PROVINCIA

chr Province code

COD_DISTRITO

chr District code

REGION

chr Region name

DEPARTAMENTO

chr Department name

PROVINCIA

chr Province name

DISTRITO

chr District name

coords_x

dbl Longitude of the centroid of the district

coords_y

dbl Latitude of the centroid of the district

geometry

MULTIPOLYGON Geometric object


Geographic information of the provinces of Peru

Description

Geographic information of the provinces of Peru

Usage

map_PROV

Format

dataframe

COD_REGION

chr Region code

COD_DEPARTAMENTO

chr Department code

COD_PROVINCIA

chr Province code

REGION

chr Region name

DEPARTAMENTO

chr Department name

PROVINCIA

chr Province name

coords_x

dbl Longitude of the centroid of the province

coords_y

dbl Latitude of the centroid of the province

geometry

MULTIPOLYGON Geometric object


Geographic information of the regions of Peru

Description

Geographic information of the regions of Peru

Usage

map_REG

Format

dataframe

COD_REGION

chr Region code

REGION

chr Region name

coords_x

dbl Longitude of the centroid of the region

coords_y

dbl Latitude of the centroid of the region

geometry

MULTIPOLYGON Geometric object