giscoR
Download geospatial data from GISCO API - Eurostat
giscoR's 1.0 moved its dataset index into the cache, so new Eurostat releases arrive without a package update.
◆Recent moves
- 1mo ago
Internal refactor with faster mocked tests
Internal helpers, roxygen docs and tests are refactored, with download-heavy paths mocked to speed up the suite. User-facing messages get clearer, but nothing changes in what the package returns.
View source ↗ - 4mo ago
Download timeout becomes configurable
options(gisco_timeout) exposes the request timeout, defaulting to five minutes, and vignettes move to Quarto alongside an httr2 version bump. Useful for anyone pulling large NUTS or LAU geometries over a slow link.
View source ↗ - 6mo ago
Cache persistence fixed; urban audit defaults to 2024
A bug that overwrote the cached database with the internal copy on each new session is fixed, so the cache is finally persistent as 1.0.0 intended. Urban audit accessors also default to the 2024 vintage.
View source ↗ - 7mo ago
1.0 caches the dataset index so new vintages need no release
⚡ SPARKThe dataset database moves from a static package object into the user's cache and can be refreshed on demand, which breaks the link between Eurostat's release calendar and giscoR's. Existing caches are incompatible and must be rebuilt.
View source ↗ - 1y ago
Source filtering fixed in gisco_get_lau()
A single fix for source filtering in the LAU accessor, plus CI housekeeping. Narrow bug fix ahead of the 1.0.0 overhaul.
View source ↗ - 1y ago
2024 datasets and year arguments for education and healthcare
NUTS and country accessors gain the 2024 vintage, and the education and healthcare accessors gain a year argument spanning 2020 and 2023. A representative pre-1.0 release — new data required a new package version, which is exactly what 1.0.0 set out to change.
View source ↗