This repository contains a collection of Jupyter notebooks that provide tutorials on data exploration for geospatial analysis. These tutorials are particularly tailored for Accessing, storing and visualising EMODNet Data through services on the EDITO (European Digital Twin of The OCean) platform.
The repository includes the following tutorials:
- A 4 Part Tutorial to EMODNet OGC Web Services
- A Tutorial on using GDAL and Visualisation libraries for accessing, reprojecting and visualising EMODnet Shapefiles.
- A Tutorial on using Xarray, DASK and imshow to visualise large amounts of data in small amounts of time
Contributions are welcome! If you have any improvements or additional tutorials to add, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Commit your changes (
git commit -m 'Add new tutorial'
). - Push to the branch (
git push origin feature-branch
). - Open a pull request.
Created by Matteo Mikos (https://github.com/M-Mks) - feel free to contact me if you have any questions or suggestions!