This repository contains tools and scripts for performing anomaly detection using geospatial data. Follow the instructions below to set up and use the project.
- Ensure you have Python installed (preferably Python 3.8 or higher).
- Install pip for package management.
- Optionally, install Jupyter Notebook for running interactive sessions.
Download the file Límites municipales, provinciales y autonómicos from the official website:
https://centrodedescargas.cnig.es/CentroDescargas/catalogo.do?Serie=CAANE.
Extract the downloaded file into a folder named lineas_limite
in the project root.
Run the following command to install all the required Python packages:
pip install -r requirements.txt
To start a Jupyter Notebook session, use the following command:
make start
When you're done with Jupyter, stop the session with:
make stop