The Geospatial Data Abstraction Library for beginners
Welcome to the GDAL 101 Workshop repository! This workshop is designed to introduce you to the basics of using the Geospatial Data Abstraction Library (GDAL) for handling and processing geospatial data. Below, you'll find links to the workshop content, including the Python notebook, dataset download, and a general overview of the workshop.
- Overview of GDAL and its capabilities.
- Installation and setup instructions.
- Introduction to vector data formats (e.g., Shapefile, GeoJSON).
- Inspecting and converting vector data using GDAL.
- Introduction to raster data formats (e.g., GeoTIFF).
- Inspecting and processing raster data using GDAL.
- Converting between different geospatial data formats.
- Practical examples of data conversion using GDAL.
- Understanding coordinate reference systems (CRS).
- Reprojecting vector and raster data to different CRS.
- Using SQL queries to extract specific data.
- Clipping data to create new datasets.
- Creating hillshades and color reliefs.
- Using leafmap for interactive map visualization.
- Python Notebook: GDAL 101 Notebook
- Dataset Download: Download Dataset
This workshop is intended to be run using Colab. To open the Python Notebook and get started, click on the badge, below:
If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request.
This workshop was adapted for Colab from Sara Safavi's excellent GDAL Introduction: http://slides.sarasafavi.com/gdal/#/