- Fix a bug on
esp_get_prov_siane()
when selecting columns #115. - New argument
type
inesp_get_comarca()
. Now it is possible to extract different types of comarcas: Official (IGN), statistical (INE), agrarian or livestock comarcas (MAPA).
- SIANE 2024 Update: Adapt functions to new databases.
- Improve dictionaries:
esp_dict_region_code()
andesp_dict_translate()
.
- Update actions and docs.
- Changes on how to handle modifications on Canary Islands objects (#101):
- Add a helper function for displace stand-alone
sf
objects in Canary Islands:esp_move_can()
. esp_move_can()
is used internally on all functions.
- Add a helper function for displace stand-alone
- Add a new function to show the current cache directory:
esp_detect_cache_dir()
. mapSpain::layer_spatraster()
removed (was deprecated in mapSpain 0.6.2).
- Improve download of NUTS data from giscoR.
- Upgrade
esp_tiles_providers
to https://dieghernan.github.io/leaflet-providersESP/ v1.3.3. New providers included:IDErioja.Base
IDErioja.Relieve
IDErioja.Claro
IDErioja.Oscuro
esp_getTiles()
now supports non-OGC compliant WMTS providers, such as Stamen or OpenStreetMaps (see examples).
- Upgrade
leaflet.providersESP.df
to https://dieghernan.github.io/leaflet-providersESP/ v1.3.2. - Changes on how to package manages tiles providers:
leaflet.providersESP.df
is superseded in favor ofesp_tiles_providers
.- You can use a custom url with the
type
argument inesp_getTiles()
(#88). - Add new function
esp_make_provider()
that helps to create custom providers.
- Now
moveCAN
is a explicit parameter in the relevant functions. - Deprecate
layer_spatraster().
Usetidyterra::geom_spatraster_rgb()
instead. - Fix geometries on
esp_get_hex_prov()
andesp_get_hex_ccaa()
. - Add new function to get comarcas from INE:
esp_get_comarca()
. - Add new functions to get simplified maps from INE:
esp_get_simpl_prov()
.esp_get_simpl_ccaa()
.
- HOTFIX: Bug on
esp_getTiles()
whenmask = TRUE
.
- Upgrade
leaflet.providersESP.df
to https://dieghernan.github.io/leaflet-providersESP/ v1.3.0. New providers:Catastro.BuildingPart
Catastro.AdministrativeBoundary
Catastro.AdministrativeUnit
- Add new param
options
toesp_getTiles()
. - Improve regex search on municipalities: Now the casing of the word is ignored.
- Rebuild coding database to avoid errors due to encoding.
- Fix translations on Galician.
- New grid functions (#61):
esp_get_grid_MTN()
esp_get_grid_BDN()
esp_get_grid_EEA()
esp_get_grid_ESDAC()
- Switch from raster to terra.
- Clean up dependencies. Imagery packages moved to 'Suggests'.
- Add
layer_spatraster()
. - Move examples to ggplot2.
- Fix an error on CRAN related with the cache folder #52:
- Add
mapSpain::esp_clear_cache()
- Add
- Update docs with
@family
tag.
- Caching improvements: new function
esp_set_cache_dir()
based onrappdirs::user_cache_dir()
. Now the cache_dir path is stored and it is not necessary to set it up again on a new session. - Add a new parameter
zoommin
onesp_getTiles()
. - New tests with testthat.
- Update on docs. New examples
- Precompute vignette.
- Move minimum version of giscoR to v0.2.4
- Fix typos on
esp_dict_translate()
(#36). - Not run examples on tiles, as the server sometimes doesn't respond.
- Re factor
sysdata.rda
. - CRAN fixes:
- Removed broken link on
addProviderEspTiles()
. - Vignette removed (CRAN warning).
- Removed broken link on
- Now the
cache
directory is created recursively.
- Migrate examples, vignettes and README to tmap.
- Add vignette to package.
esp_dict_region_code()
works with mixed casings (e.g:esp_dict_region_code("aLbacEte", destination = "cpro")
).
- QUICKFIX: Fix a typo on documentation:
cache_dir
should be set asoptions(mapSpain_cache_dir = "path/to/dir")
.
- Fix DOI https://doi.org/10.5281/zenodo.4318024
- Documentation ported to roxygen2.
- Include CartoBase ANE data
https://github.com/rOpenSpain/mapSpain/tree/sianedata:
mapSpain::esp_get_munic_siane()
mapSpain::esp_get_prov_siane()
mapSpain::esp_get_ccaa_siane()
mapSpain::esp_get_hypsobath()
mapSpain::esp_get_rivers()
mapSpain::esp_get_hydrobasin()
mapSpain::esp_get_capimun()
mapSpain::esp_get_roads()
mapSpain::esp_get_railway()
- Mute warnings from rgdal.
- Fix annoying warning if sf was not loaded first.
- Include new
poly
option onmapSpain::esp_get_can_box()
. - New grids created with
geogrid::calculate_grid()
. - Add more years on
mapSpain::esp_get_munic()
. - Move to rOpenSpain organization.
- Fix CRAN submission.
- Added
mapSpain::esp_get_grid_prov()
andmapSpain::esp_get_grid_ccaa()
.
- Initial release.