Skip to main content

Unofficial Catastro Finder. No API keys required

Project description

Catastro Finder

Unofficial Catastro Finder. No API keys required


Installation

pip install catastro-finder

Usage

from catastro_finder import CatastroFinder
catastro = CatastroFinder()

Get provinces

provincias = catastro.get_provincias()
# Select one
selected_provincia = provincias[30]

Get municipalities

municipios = catastro.get_municipios(selected_provincia['Codigo'])
# Select one
selected_municipio = municipios[68]

Get streets candidates

via_result = catastro.get_vias(selected_provincia['Codigo'],selected_municipio['Codigo'],"JACINTO")[0]

Search a property

# Choose property number
via_numero = 2
inmueble_results = catastro.search_inmueble(via_result,via_numero,selected_provincia,selected_municipio)

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

catastro-finder-1.4.0.tar.gz (5.1 kB view hashes)

Uploaded Source

Built Distribution

catastro_finder-1.4.0-py3-none-any.whl (5.8 kB view hashes)

Uploaded Python 3

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