boundary_segments: Azorean boundary segments

View source: R/boundary_segments.R

boundary_segmentsR Documentation

Azorean boundary segments

Description

boundary_segments() returns the boundary segments that separate administrative entities or borders with the Atlantic Ocean in the Azores.

boundary_segments_25N() returns the boundary segments in the meter-based projection PTRA08 / UTM zone 25N, i.e. those boundary segments in the western-most part of the archipelago: Ilha das Flores and Ilha do Corvo.

boundary_segments_26N() returns the boundary segments in the meter-based projection PTRA08 / UTM zone 26N, i.e. those boundary segments in the Central and Eastern groups of the archipelago.

Usage

boundary_segments(crs = laea_azores_proj())

boundary_segments_25N()

boundary_segments_26N()

Arguments

crs

Coordinate reference system (CRS) passed on to st_transform(). Defaults to a custom CRS centered on the Azores, see laea_azores_proj() for more details. Other possible options are "EPSG: 3035" for ETRS89-extended / LAEA Europe or "EPSG:4326" for WGS 84.

Value

A simple features (sf) object with seven fields:

id

An unique UUID identifier for the segment.

id_at_right

Identifier for the entity at the right side of the boundary.

id_at_left

Identifier for the entity at the left side of the boundary.

is_confirmed

Boundary segment whose acceptance by the parties has not yet been officially communicated.

boundary_type

Boundary type: land or coast.

boundary_level

Boundary level: administrative level.

length

Boundary segment length in kilometers.

Examples

boundary_segments()
boundary_segments_25N()
boundary_segments_26N()


CAOP.RAA.2024 documentation built on April 4, 2025, 4:23 a.m.