diff --git a/DESCRIPTION b/DESCRIPTION index a992295a..60150059 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -48,3 +48,5 @@ LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 X-schema.org-isPartOf: https://ropenspain.es/ +X-schema.org-keywords: catastro, cran, cran-r, gis, maps, r, r-package, + ropenspain, rstats, spain, spatial, static-tiles diff --git a/codemeta.json b/codemeta.json index 014d39fd..d121f8f5 100644 --- a/codemeta.json +++ b/codemeta.json @@ -271,7 +271,9 @@ }, "SystemRequirements": null }, - "fileSize": "1836.119KB", + "isPartOf": "https://ropenspain.es/", + "keywords": ["catastro", "cran", "cran-r", "gis", "maps", "r", "r-package", "ropenspain", "rstats", "spain", "spatial", "static-tiles"], + "fileSize": "1837.555KB", "citation": [ { "@type": "SoftwareSourceCode", @@ -298,6 +300,5 @@ "releaseNotes": "https://github.com/rOpenSpain/CatastRo/blob/master/NEWS.md", "readme": "https://github.com/rOpenSpain/CatastRo/blob/main/README.md", "contIntegration": ["https://github.com/rOpenSpain/CatastRo/actions/workflows/roscron-check-standard.yaml", "https://github.com/rOpenSpain/CatastRo/actions/workflows/rhub.yaml", "https://app.codecov.io/gh/rOpenSpain/CatastRo"], - "developmentStatus": "https://www.repostatus.org/#active", - "keywords": ["r-package", "ropenspain", "catastro", "spain", "rstats", "spatial", "r", "maps", "gis", "static-tiles", "cran", "cran-r"] + "developmentStatus": "https://www.repostatus.org/#active" } diff --git a/man/figures/README-atom-1.png b/man/figures/README-atom-1.png index 5897820d..bb6ef42b 100644 Binary files a/man/figures/README-atom-1.png and b/man/figures/README-atom-1.png differ diff --git a/man/figures/README-wms-1.png b/man/figures/README-wms-1.png index a87c2425..0e2a8905 100644 Binary files a/man/figures/README-wms-1.png and b/man/figures/README-wms-1.png differ diff --git a/vignettes/CatastRo.Rmd b/vignettes/CatastRo.Rmd index 0a164007..7f7c9d75 100644 --- a/vignettes/CatastRo.Rmd +++ b/vignettes/CatastRo.Rmd @@ -157,9 +157,10 @@ city_catr_code <- catr_get_code_from_coords(city) city_catr_code #> # A tibble: 1 × 12 -#> munic catr_to catr_munic catrcode cpro cmun inecode nm cd cmc cp cm -#> -#> 1 GRANADA 18 900 18900 18 087 18087 GRANADA 18 900 18 87 +#> munic catr_to catr_munic catrcode cpro cmun inecode nm cd cmc cp +#> +#> 1 GRANA… 18 900 18900 18 087 18087 GRAN… 18 900 18 +#> # ℹ 1 more variable: cm city_bu <- catr_atom_get_buildings(city_catr_code$catrcode) ``` diff --git a/vignettes/dviz-1.png b/vignettes/dviz-1.png index d05c8787..14494e60 100644 Binary files a/vignettes/dviz-1.png and b/vignettes/dviz-1.png differ diff --git a/vignettes/minimal-1.png b/vignettes/minimal-1.png index 2f6544c0..ab48e992 100644 Binary files a/vignettes/minimal-1.png and b/vignettes/minimal-1.png differ