Skip to main content

Herramienta para descargar datos Inspire del Catastro de España a través de Atom.

Project description

Catastro Inspire Downloader

Herramienta para descargar datos del servicio ATOM Inspire de Catastro y convertirlo en GeoPackage.

Necesita disponer de GDAL >= 2.3.3.

Usar la CLI

Para instalar:

pip install CatastroInspireDownloader

Para ejecutar:

$ cidownloader --help

Usage: cidownloader [OPTIONS]

  Catastro Inspire Downloader.

  Utilidad que permite descargar cartografía del  servicio inspire de la
  Dirección General de Catastro.

  Genera un fichero GeoPackage.

Options:
  -p, --provincia INTEGER         Código Gerencia Catastro. Si no se indica descarga todas las provincias.
  -m, --municipio INTEGER         Código Municipio Catastro. Si no se indica descarga todos los municipios.
  --srs INTEGER                   Código EPSG final. Si no se indica, se mantendrá el de origen.
  --tipo [all|parcels|buildings|addresses] Tipo Cartografía a descargar. Default: 'all'
  --filename TEXT                 Nombre Geopackage sin la extensión
  -s, --separar_salida            Separar salida a un GeoPackage por Provincia
  --version                       Show the version and exit.
  --help                          Show this message and exit.

Si se ejecuta sin opciones descarga todos los municipios de España y genera un GeoPackage llamado buildings.gpkg de unos 25 Gb.

Un ejemplo de uso sería

cidownloader -p 36 -m 62 --srs 25829

Generar MVTs desde el GeoPackage

Se puede generar un fichero mbtiles de Mapbox Vector Tiles con las construcciones de catastro:

ogr2ogr -f "MVT" -dsco MINZOOM=14 -dsco MAXZOOM=16 -lco "NAME=buildingparts" -sql "SELECT localID AS id, substr(localid, 0, 15) as parcel, numberOfFloorsAboveGround AS floors, geom FROM BuildingPart WHERE numberOfFloorsAboveGround > 0" buildings.mbtiles buildings.gpkg

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

CatastroInspireDownloader-0.2.0.tar.gz (4.3 kB view details)

Uploaded Source

File details

Details for the file CatastroInspireDownloader-0.2.0.tar.gz.

File metadata

  • Download URL: CatastroInspireDownloader-0.2.0.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.8

File hashes

Hashes for CatastroInspireDownloader-0.2.0.tar.gz
Algorithm Hash digest
SHA256 960afc2d73e28bf8ba66ccf9478698abe382519d6ed31ab8fcc244b037f50688
MD5 d1eafa52c3f58c53837fa3be29c8ebb0
BLAKE2b-256 1364a3f7a3616d421e604053cd5cd88de5b741aa9db83ff94479f3ffddda612e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page