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

CatastRo catastro-logo (on CRAN)

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) or by municipality (ATOM service).

  • Retrieval of imagery via tiles available on the Cadastre.

Data sources:

  • Cadastre of Spain.

  • Does not include neither Navarre not the Basque Country, as they have their own cadastral offices (see CatastRoNav for Navarre).

Output formats:

  • sf for vectors (buildings, parcels, etc.)

  • SpatRaster (terra) for static tiles.

1

Quick demo

library(CatastRo)
library(tidyverse)
burgo_osma <- catr_atom_get_buildings(
"Burgo de Osma"
) %>%
sf::st_transform(4326)
ggplot(burgo_osma) +
geom_sf(aes(fill = currentUse), col = NA) +
scale_fill_viridis_d(na.translate = FALSE) +
theme_minimal() +
coord_sf(
xlim = c(-3.0752, -3.0679),
ylim = c(41.5831, 41.5884)
) +
labs(
title = "El Burgo de Osma, Soria",
fill = "Use of the building"
)

2

Quick demo

library(CatastRo)
library(tidyverse)
burgo_osma <- catr_atom_get_buildings(
"Burgo de Osma"
) %>%
sf::st_transform(4326)
ggplot(burgo_osma) +
geom_sf(aes(fill = currentUse), col = NA) +
scale_fill_viridis_d(na.translate = FALSE) +
theme_minimal() +
coord_sf(
xlim = c(-3.0752, -3.0679),
ylim = c(41.5831, 41.5884)
) +
labs(
title = "El Burgo de Osma, Soria",
fill = "Use of the building"
)

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