Skip to content

Releases: rOpenSpain/CatastRo

CatastRo 0.4.0

02 Jun 16:32
Compare
Choose a tag to compare
  • Update entry points (#53).

What's Changed

Full Changelog: v0.3.1...v0.4.0

CatastRo 0.3.1

12 Apr 14:14
Compare
Choose a tag to compare
  • Migrate from httr to httr2 (#44), no visible change for users.
  • Improve documentation.

Full Changelog: v0.3.1...v0.3.1

CatastRo 0.3.0

18 Jan 13:57
Compare
Choose a tag to compare
  • catr_atom_get_address() returns also the names of the streets (layer
    "ThoroughfareName" of the *.gml file). The new fields are named with the
    prefix tfname_*.
  • Add a helper function for easy detecting the cache_dir:
    catr_detect_cache_dir().
  • Update documentation and tests.

What's Changed

Full Changelog: v0.2.3...v0.3.0

CatastRo 0.2.3

08 Jan 16:06
9f051a9
Compare
Choose a tag to compare
  • Housekeeping and update of documentation.
  • Adapt catr_wms_get_layer() to mapSpain (>= 0.7.0).

What's Changed

New Contributors

Full Changelog: v0.2.2...v0.2.3

CatastRo 0.2.2

27 May 10:04
Compare
Choose a tag to compare
  • Add tidyterra to 'Suggests'.
  • Fix #26: Now catr_get_code_from_coords() handle sfc objects.
  • catr_clear_cache() now has config = FALSE ad default parameter.

What's Changed

Full Changelog: v0.2.1...v0.2.2

CatastRo 0.2.1

08 Mar 09:08
Compare
Choose a tag to compare
  • Fix CRAN tests.

CatastRo 0.2.0

28 Feb 09:25
Compare
Choose a tag to compare

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().
  • 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().
  • 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, replaces coordinates.
    • catr_ovc_get_rccoor_distancia() replaces near_rc().
    • catr_ovc_get_rccoor() replaces get_rc().
    • catr_ovc_get_cpmrc() replaces get_coor().
  • Add precomputed vignettes.

CatastRo 0.1.0

11 Feb 10:02
Compare
Choose a tag to compare

Initial release