CatastRo 0.2.3
CRAN release: 2023-01-08
- Housekeeping and update of documentation.
- Adapt
catr_wms_get_layer()
to mapSpain (>= 0.7.0).
CatastRo 0.2.2
CRAN release: 2022-05-27
- Add tidyterra to ‘Suggests’.
- Fix #26: Now
catr_get_code_from_coords()
handlesfc
objects. -
catr_clear_cache()
now hasconfig = FALSE
ad default parameter.
CatastRo 0.2.0
CRAN release: 2022-02-28
Overall revamp of the package. Major changes on the API.
-
Add ATOM INSPIRE capabilities:
- Addresses:
catr_atom_get_address()
,catr_atom_get_address_db_all()
. - Cadastral Parcels:
catr_atom_get_parcels()
,catr_atom_get_parcels_db_all()
. - Buildings:
catr_atom_get_buildings()
,catr_atom_get_buildings_db_all()
.
- Addresses:
-
Add WFS INSPIRE capabilities:
- Addresses:
catr_wfs_get_address_bbox()
,catr_wfs_get_address_codvia()
,catr_wfs_get_address_postalcode()
,catr_wfs_get_address_rc()
. - Cadastral Parcels:
catr_wfs_get_parcels_neigh_parcel()
,catr_wfs_get_parcels_parcel()
,catr_wfs_get_parcels_parcel_zoning()
,catr_wfs_get_parcels_zoning()
. - Buildings:
catr_wfs_get_buildings_bbox()
,catr_wfs_get_buildings_rc()
.
- Addresses:
Add WMS INSPIRE capabilities:
catr_wms_get_layer()
.-
New interface for OVC Services. Deprecate previous functions in favor of the new API:
- New SRS database on
catr_srs_values
, replacescoordinates
. -
catr_ovc_get_rccoor_distancia()
replacesnear_rc()
. -
catr_ovc_get_rccoor()
replacesget_rc()
. -
catr_ovc_get_cpmrc()
replacesget_coor()
.
- New SRS database on
Add precomputed vignettes.