+ - 0:00:00
Notes for current slide
Notes for next slide

CatastRoNav catastronav-logo (on GitHub)

Key features:

  • Takes advantage of INSPIRE Directive

  • Retrieves cadastral spatial data of buildings, parcels and specific cadastral references.

  • Get data by bounding box (WFS service).

Data sources:

Output formats:

  • sf objects.

Note

Service provided by the Cadastre of Navarre is more limited than the provided by the Spanish Cadastre (see CatastRo package).

1

Quick demo

library(CatastRoNav)
library(tidyverse)
olite <- c(-1.646812, 42.814528, -1.638036, 42.820320)
olite_bu <- catrnav_wfs_get_buildings_bbox(
olite,
srs = 4326
)
ggplot(olite_bu) +
geom_sf(aes(fill = value), color = NA) +
scale_fill_viridis_b(
show.limits = TRUE,
breaks = seq(0, 30, 5)
) +
theme_minimal() +
labs(
title = "Olite, Navarre",
subtitle = "Height of buldings",
fill = "meters"
)

2

Quick demo

library(CatastRoNav)
library(tidyverse)
olite <- c(-1.646812, 42.814528, -1.638036, 42.820320)
olite_bu <- catrnav_wfs_get_buildings_bbox(
olite,
srs = 4326
)
ggplot(olite_bu) +
geom_sf(aes(fill = value), color = NA) +
scale_fill_viridis_b(
show.limits = TRUE,
breaks = seq(0, 30, 5)
) +
theme_minimal() +
labs(
title = "Olite, Navarre",
subtitle = "Height of buldings",
fill = "meters"
)

2
Paused

Help

Keyboard shortcuts

, , Pg Up, k Go to previous slide
, , Pg Dn, Space, j Go to next slide
Home Go to first slide
End Go to last slide
Number + Return Go to specific slide
b / m / f Toggle blackout / mirrored / fullscreen mode
c Clone slideshow
p Toggle presenter mode
t Restart the presentation timer
?, h Toggle this help
Esc Back to slideshow