Releases: rOpenSpain/mapSpain
mapSpain 0.10.0
- 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).
What's Changed
- More robust column selection on
esp_get_prov_siane()
by @dieghernan in #116 - Add more sources for comarcas by @dieghernan in #117
Full Changelog: v0.9.2...v0.10.0
mapSpain 0.9.2
- SIANE 2024 Update: Adapt functions to new databases.
- Improve dictionaries:
esp_dict_region_code()
andesp_dict_translate()
.
What's Changed
- Adapt to SIANE 2024 by @dieghernan in #112
Full Changelog: v0.9.1...v0.9.2
mapSpain 0.9.1
- Update actions and docs.
What's Changed
- Update actions by @dieghernan in #106
- Review documentation by @dieghernan in #108
- Cache files for pkgdown site by @dieghernan in #109
Full Changelog: v0.9.0...v0.9.1
mapSpain 0.9.0
- 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 sf objects in Canary
- 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).
What's Changed
- Bump actions/checkout from 3 to 4 by @dependabot in #99
- use stable terra user interface by @rhijmans in #100
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #103
- Bump github/codeql-action from 2 to 3 by @dependabot in #102
- Add a function to ease displacing of Canary objects by @dieghernan in #104
New Contributors
Full Changelog: v0.8.0...v0.9.0
mapSpain 0.8.0
- 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).
What's Changed
- Update docs by @dieghernan in #91
- Actions and imgbot by @dieghernan in #93
- Update actions by @dieghernan in #94
- Fix codecov by @dieghernan in #95
Full Changelog: v0.7.0...v0.8.0
mapSpain 0.7.0
-
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 of
esp_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.
What's Changed
- Update providers by @dieghernan in #79
- Bump actions/checkout from 2 to 3 by @dependabot in #80
- Update GH actions by @dieghernan in #81
- Update figures by @dieghernan in #83
- Update docs by @dieghernan in #84
- Fix covr by @dieghernan in #85
- Better handling of tiles (static and leaflet) by @dieghernan in #87
- Improve tile API by @dieghernan in #88
- Add esp_make_provider by @dieghernan in #89
New Contributors
- @dependabot made their first contribution in #80
Full Changelog: v0.6.2...v0.7.0
mapSpain 0.6.2
-
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()
-
What's Changed
- Rebuild hexgrids by @dieghernan in #71
- Añade datos INE by @dieghernan in #73
- Make moveCAN explicit by @dieghernan in #74
Full Changelog: v0.6.1...v0.6.2
mapSpain 0.6.1
- HOTFIX: Bug on
esp_getTiles()
whenmask = TRUE
.
What's Changed
- Grid working again by @dieghernan in #68
Full Changelog: v0.6.0...v0.6.1
mapSpain 0.6.0
-
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.
What's Changed
- Skip test on Windows CI by @dieghernan in #64
- Update actions by @dieghernan in #65
Full Changelog: v0.5.0...v0.6.0
mapSpain 0.5.0
- 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()
What's Changed
- Update pkgdown by @dieghernan in #60
Full Changelog: v0.4.0...v0.5.0