GiscoR Versions Save

Download geospatial data from GISCO API - Eurostat

v0.4.2

2 months ago
  • Update of docs to avoid warnings on CRAN (#81).
  • Rebuild datasets.

Full Changelog: https://github.com/rOpenGov/giscoR/compare/v0.4.2...v0.4.2

v0.4.1

2 months ago
  • Improve documentation, stating where the parameters country and region applies (#50, #75).
  • Migrate to httr2 instead of httr.
  • Removed tgs00026 dataset, use eurostat::get_eurostat("tgs00026") instead.

What's Changed

Full Changelog: https://github.com/rOpenGov/giscoR/compare/v0.4.0...v0.4.1

v0.4.0

7 months ago
  • gisco_get_nuts(): Add an additional geo column (identical to NUTS_ID) for enhanced compatibility with eurostat package (#62).
  • Adjust examples for CRAN.
  • Add dependency httr.

What's Changed

Full Changelog: https://github.com/rOpenGov/giscoR/compare/v0.3.5...v0.4.0

v0.3.5

10 months ago
  • Review examples to avoid CRAN errors and notes.

  • New helper function: gisco_detect_cache_dir().

  • Now the functions fail gracefully with an informative message, instead of an error, and return NULL.

What's Changed

Full Changelog: https://github.com/rOpenGov/giscoR/compare/v0.3.4...v0.3.5

v0.3.4

1 year ago
  • Update tests and documentation.

Full Changelog: https://github.com/rOpenGov/giscoR/compare/v0.3.3...v0.3.4

v0.3.3

1 year ago
  • Fix broken urls on gisco_get_healthcare() (#51).

What's Changed

New Contributors

Full Changelog: https://github.com/rOpenGov/giscoR/compare/v0.3.2...v0.3.3

v0.3.2

1 year ago
  • Fix HTML5 issue as requested by CRAN.

v0.3.1

2 years ago
  • Add Copyright on DESCRIPTION.

  • Add lwgeom on Suggests.

  • gisco_get_airports() and gisco_get_ports():

    • Only year available is 2013.

    • Now information is downloaded instead of using internal data.

  • New function: gisco_get_postalcodes().

  • Update gisco_db.

What's Changed

Full Changelog: https://github.com/rOpenGov/giscoR/compare/v0.3.0...v0.3.1

v0.3.0

2 years ago
  • Now giscoR is part of rOpenGov. Repo has been transferred.
  • Caching improvements: new function gisco_set_cache_dir() based on rappdirs::user_cache_dir(). Now the cache_dir path is stored and it is not necessary to set it up again on a new session. Also added gisco_clear_cache().
  • Fix an error when cache = FALSE. Now files are loaded instead throwing an error.
  • New tests with testthat.
  • Update on docs. New examples
  • Refactor documents and codes for the previous gisco_get doc.
  • Add eurostat package to Suggests.
  • lwgeom dependency removed.
  • Update internal grid object.
  • tmap package replaced by ggplot2 on vignettes and examples.

What's Changed

Full Changelog: https://github.com/rOpenGov/giscoR/compare/v0.2.4...v0.3.0

v0.2.4

3 years ago
  • New eu field on giscoR::gisco_countrycode.
  • Fix typos on documentation
  • Include vignette on the package
  • Move docs to markdown/roxygen
  • lwgeom moved to Import field.
  • cartography package replaced by tmap on vignettes.

What's Changed

Full Changelog: https://github.com/rOpenGov/giscoR/compare/v0.2.3...v0.2.4