This project uses PySpark to perform clustering on bioclimatic data from the Iberian Peninsula. The data was obtained from the WorldClim database and processed using PySpark to perform the clustering. Requirements
To run this project, you will need to have the following installed:
- Python 3.x
- PySpark 3.x
- Jupyter Notebook or PyCharm
To use this project, you can run the cluster.py script in the src folder. The script reads in the bioclimatic data files from the data folder and performs clustering using PySpark. The resulting clusters are then output to a file. Contributing
If you would like to contribute to this project, please fork the repository and create a new branch for your changes. Then, submit a pull request with your changes for review.
This project is licensed under the MIT License.