This dataset, peru_coastline_df, is a data frame containing the coastline of Peru represented as a spatial object. It provides geographical coordinates that define the outline of Peru's Pacific coast, which can be used for mapping, spatial analysis, and visualization purposes.
Usage
data(peru_coastline_df)
Format
A data frame with 23,481 observations and 2 variables:
- Long
Longitude coordinates of coastline points (numeric)
- Lat
Latitude coordinates of coastline points (numeric)
Details
The dataset name has been kept as 'peru_coastline_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the PeruAPIs package and assists users in identifying its specific characteristics. The suffix 'df' indicates that the dataset is a data frame object. The original content has not been modified in any way.