diff --git a/CHANGELOG.md b/CHANGELOG.md index b77a2508..0605e0a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] - Declare the beautifulsoup4 dependency the ES-PV and ES-VC converters import +- ES-MD: find RECINTO.shp wherever the archive puts it - Update vecorel-cli to v0.2.17: - GeoJSON is read as UTF-8 as the format mandates, instead of the platform locale (cp1252 on Windows mangled umlauts) - GeoJSON files with a byte order mark no longer fail to read diff --git a/fiboa_cli/datasets/es_md.py b/fiboa_cli/datasets/es_md.py index ba4a0e8d..86cd9407 100644 --- a/fiboa_cli/datasets/es_md.py +++ b/fiboa_cli/datasets/es_md.py @@ -1,10 +1,10 @@ from .es_base import ESBaseConverter -class ESMDConverter(ESBaseConverter): +class ESCLConverter(ESBaseConverter): sources = { "https://idem.comunidad.madrid/recursos_cat_geo/Catalogo/recursos/UsoDelSuelo/spacm_sigpac.cm.zip": [ - "2024_SIGPAC_shape_toda_la_com/RECINTO.shp" + "**/RECINTO.shp" ] } id = "es_md"