diff --git a/.github/workflows/test-coverage.yaml b/.github/workflows/test-coverage.yaml index cebd555c..2ef25a67 100644 --- a/.github/workflows/test-coverage.yaml +++ b/.github/workflows/test-coverage.yaml @@ -51,3 +51,4 @@ jobs: with: name: coverage-test-failures path: ${{ runner.temp }}/package + diff --git a/CITATION.cff b/CITATION.cff index fec63359..8aca5db8 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -8,7 +8,7 @@ message: 'To cite package "CatastRo" in publications use:' type: software license: GPL-2.0-only title: 'CatastRo: Interface to the API ''Sede Electronica Del Catastro''' -version: 0.3.1 +version: 0.3.1.9000 doi: 10.5281/zenodo.6044091 abstract: Access public spatial data available under the 'INSPIRE' directive. Tools for downloading references and addresses of properties, as well as map images. @@ -34,7 +34,7 @@ preferred-citation: email: diego.hernangomezherrero@gmail.com orcid: https://orcid.org/0000-0001-8457-4658 year: '2024' - version: 0.3.1 + version: 0.3.1.9000 url: https://ropenspain.github.io/CatastRo/ doi: 10.5281/zenodo.6044091 abstract: Access public spatial data available under the INSPIRE directive. Tools diff --git a/DESCRIPTION b/DESCRIPTION index ee384eb9..cd4c7ec5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: CatastRo Title: Interface to the API 'Sede Electronica Del Catastro' -Version: 0.3.1 +Version: 0.3.1.9000 Authors@R: c( person("Ángel", "Delgado Panadero", , "delgadopanadero@gmail.com", role = c("aut", "cph"), comment = c(ORCID = "0000-0002-8189-9251")), diff --git a/NEWS.md b/NEWS.md index 15b6183f..c522dea3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# CatastRo (development version) + +- Update entry points (#53). + # CatastRo 0.3.1 - Migrate from **httr** to **httr2** (#44), no visible change for users. diff --git a/R/atom_ad_db.R b/R/atom_ad_db.R index abcadadf..1710e12d 100644 --- a/R/atom_ad_db.R +++ b/R/atom_ad_db.R @@ -15,7 +15,7 @@ #' #' #' @source -#' +#' #' #' #' @family INSPIRE @@ -58,7 +58,7 @@ catr_atom_get_address_db_all <- function(cache = TRUE, cache_dir = NULL, verbose = FALSE) { api_entry <- paste0( - "https://www.catastro.minhafp.es/INSPIRE/", + "https://www.catastro.hacienda.gob.es/INSPIRE/", "Addresses/ES.SDGC.AD.atom.xml" ) diff --git a/R/atom_bu_db.R b/R/atom_bu_db.R index 3d7f567d..6985566c 100644 --- a/R/atom_bu_db.R +++ b/R/atom_bu_db.R @@ -14,7 +14,7 @@ #' #' #' @source -#' +#' #' #' @family INSPIRE #' @family ATOM @@ -52,7 +52,7 @@ catr_atom_get_buildings_db_all <- function(cache = TRUE, cache_dir = NULL, verbose = FALSE) { api_entry <- paste0( - "https://www.catastro.minhafp.es/INSPIRE/", + "https://www.catastro.hacienda.gob.es/INSPIRE/", "buildings/ES.SDGC.BU.atom.xml" ) diff --git a/R/atom_cp_db.R b/R/atom_cp_db.R index 8cdb6ffb..c6c1949a 100644 --- a/R/atom_cp_db.R +++ b/R/atom_cp_db.R @@ -15,7 +15,7 @@ #' #' #' @source -#' +#' #' #' @family INSPIRE #' @family ATOM @@ -52,7 +52,7 @@ catr_atom_get_parcels_db_all <- function(cache = TRUE, cache_dir = NULL, verbose = FALSE) { api_entry <- paste0( - "https://www.catastro.minhafp.es/INSPIRE/", + "https://www.catastro.hacienda.gob.es/INSPIRE/", "CadastralParcels/ES.SDGC.CP.atom.xml" ) diff --git a/codemeta.json b/codemeta.json index 0a237e8e..2d1b5266 100644 --- a/codemeta.json +++ b/codemeta.json @@ -8,13 +8,13 @@ "codeRepository": "https://github.com/rOpenSpain/CatastRo", "issueTracker": "https://github.com/rOpenSpain/CatastRo/issues", "license": "https://spdx.org/licenses/GPL-2.0", - "version": "0.3.1", + "version": "0.3.1.9000", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", "url": "https://r-project.org" }, - "runtimePlatform": "R version 4.3.3 (2024-02-29 ucrt)", + "runtimePlatform": "R version 4.4.0 (2024-04-24)", "provider": { "@id": "https://cran.r-project.org", "@type": "Organization", @@ -271,7 +271,7 @@ }, "SystemRequirements": null }, - "fileSize": "1838.245KB", + "fileSize": "1831.254KB", "citation": [ { "@type": "SoftwareSourceCode", diff --git a/data/catr_srs_values.rda b/data/catr_srs_values.rda index a171ffdb..b565429d 100644 Binary files a/data/catr_srs_values.rda and b/data/catr_srs_values.rda differ diff --git a/inst/schemaorg.json b/inst/schemaorg.json index 9b90bd21..1785ddbc 100644 --- a/inst/schemaorg.json +++ b/inst/schemaorg.json @@ -43,8 +43,8 @@ "name": "Comprehensive R Archive Network (CRAN)", "url": "https://cran.r-project.org" }, - "runtimePlatform": "R version 4.3.3 (2024-02-29 ucrt)", - "version": "0.3.1" + "runtimePlatform": "R version 4.4.0 (2024-04-24)", + "version": "0.3.1.9000" }, { "id": "https://doi.org/10.5281/zenodo.6044091", diff --git a/man/catr_atom_get_address_db.Rd b/man/catr_atom_get_address_db.Rd index 5b651498..4caa0140 100644 --- a/man/catr_atom_get_address_db.Rd +++ b/man/catr_atom_get_address_db.Rd @@ -6,7 +6,7 @@ \alias{catr_atom_get_address_db_to} \title{ATOM INSPIRE: Reference database for ATOM addresses} \source{ -\url{https://www.catastro.minhap.es/INSPIRE/CadastralParcels/ES.SDGC.CP.atom.xml} +\url{https://www.catastro.hacienda.gob.es/INSPIRE/Addresses/ES.SDGC.AD.atom.xml} } \usage{ catr_atom_get_address_db_all( diff --git a/man/catr_atom_get_buildings_db.Rd b/man/catr_atom_get_buildings_db.Rd index 4014f86a..202bda0b 100644 --- a/man/catr_atom_get_buildings_db.Rd +++ b/man/catr_atom_get_buildings_db.Rd @@ -6,7 +6,7 @@ \alias{catr_atom_get_buildings_db_to} \title{ATOM INSPIRE: Reference database for ATOM buildings} \source{ -\url{https://www.catastro.minhap.es/INSPIRE/CadastralParcels/ES.SDGC.CP.atom.xml} +\url{https://www.catastro.hacienda.gob.es/INSPIRE/buildings/ES.SDGC.BU.atom.xml} } \usage{ catr_atom_get_buildings_db_all( diff --git a/man/catr_atom_get_parcels_db.Rd b/man/catr_atom_get_parcels_db.Rd index 63fe6b39..cf0c4a23 100644 --- a/man/catr_atom_get_parcels_db.Rd +++ b/man/catr_atom_get_parcels_db.Rd @@ -6,7 +6,7 @@ \alias{catr_atom_get_parcels_db_to} \title{ATOM INSPIRE: Reference database for ATOM cadastral parcels} \source{ -\url{https://www.catastro.minhap.es/INSPIRE/CadastralParcels/ES.SDGC.CP.atom.xml} +\url{https://www.catastro.hacienda.gob.es/INSPIRE/CadastralParcels/ES.SDGC.CP.atom.xml} } \usage{ catr_atom_get_parcels_db_all( diff --git a/vignettes/santbernabeu-1.png b/vignettes/santbernabeu-1.png index 86577cf8..deb1dc2e 100644 Binary files a/vignettes/santbernabeu-1.png and b/vignettes/santbernabeu-1.png differ