A route representing a trip from the Santa Catarina area in the East of central Lisbon the map to the Castelo de São Jorge in the West of central Lisbon.
lisbon_route
An object of class sf
See the lisbon_route.R
script in data-raw
Different versions of this dataset are provided.
The lisbon_route
object has 1 row and 4 columns: geometry, ID,
length and whether or not a path was found.
The lisbon_route_xyz_mapbox
was created with:
lisbon_route_xyz_mapbox = elevation_add(lisbon_route)
.
lisbon_route#> Simple feature collection with 1 feature and 3 fields #> Geometry type: LINESTRING #> Dimension: XY #> Bounding box: xmin: -88214.27 ymin: -106127.1 xmax: -86881.07 ymax: -105506.3 #> Projected CRS: ETRS89 / Portugal TM06 #> # A tibble: 1 × 4 #> geometry ID sum_length pathfound #> <LINESTRING [m]> <dbl> <dbl> <lgl> #> 1 (-88202.31 -105757.6, -88201.67 -105762.3, -88200.… 1 2519. TRUElisbon_route_3d#> Simple feature collection with 1 feature and 3 fields #> Geometry type: LINESTRING #> Dimension: XYZ #> Bounding box: xmin: -88214.27 ymin: -106127.1 xmax: -86881.07 ymax: -105506.3 #> z_range: zmin: 6.650858 zmax: 94.99939 #> Projected CRS: ETRS89 / Portugal TM06 #> # A tibble: 1 × 4 #> geometry ID sum_length pathfound #> * <LINESTRING [m]> <dbl> <dbl> <lgl> #> 1 Z (-88202.31 -105757.6 55.91552, -88201.67 -105762… 1 2519. TRUElisbon_route_xyz_mapbox#> Simple feature collection with 1 feature and 3 fields #> Geometry type: LINESTRING #> Dimension: XYZ #> Bounding box: xmin: -88214.27 ymin: -106127.1 xmax: -86881.07 ymax: -105506.3 #> z_range: zmin: 21.6 zmax: 95.46259 #> Projected CRS: ETRS89 / Portugal TM06 #> # A tibble: 1 × 4 #> geometry ID sum_length pathfound #> * <LINESTRING [m]> <dbl> <dbl> <lgl> #> 1 Z (-88202.31 -105757.6 62.3, -88201.67 -105762.3 6… 1 2519. TRUE