.. _tutorials:

================================================================================
Tutorials
================================================================================

Raster
------

.. toctree::
   :maxdepth: 1

   raster_api_tut
   raster_driver_tut
   warp_tut
   gdal_grid_tut
   geotransforms_tut
   raster_dtm_tut

Multidimensional raster
-----------------------

.. toctree::
   :maxdepth: 1

   multidimensional_api_tut

Vector
------

.. toctree::
   :maxdepth: 1

   vector_api_tut
   vector_driver_tut
   vector_geoparquet_tut
   vector_duckdb_tut
   vector_python_driver

Geographic Network Model
------------------------

.. toctree::
   :maxdepth: 1

   gnm_api_tut

Projections and Spatial Reference Systems tutorial (OSR - OGRSpatialReference)
------------------------------------------------------------------------------

.. toctree::
   :maxdepth: 1

   osr_api_tut

Workshops
---------

- `Raster and vector processing with GDAL <http://download.osgeo.org/gdal/workshop/foss4ge2015/workshop_gdal.html>`__, FOSS4G-Europe 2015, Even Rouault

External tutorials
------------------

A Gentle Introduction to GDAL, by Robert Simmon
+++++++++++++++++++++++++++++++++++++++++++++++

1. `A Gentle Introduction to GDAL <https://medium.com/planet-stories/a-gentle-introduction-to-gdal-part-1-a3253eb96082>`__
2. `Map Projections & gdalwarp <https://medium.com/planet-stories/a-gentle-introduction-to-gdal-part-2-map-projections-gdalwarp-e05173bd710a>`__
3. `Geodesy & Local Map Projections <https://medium.com/@robsimmon/a-gentle-introduction-to-gdal-part-3-geodesy-local-map-projections-794c6ff675ca>`__
4. `Working with Satellite Data <https://medium.com/planet-stories/a-gentle-introduction-to-gdal-part-4-working-with-satellite-data-d3835b5e2971>`__
5. `Shaded Relief <https://medium.com/@robsimmon/a-gentle-introduction-to-gdal-part-5-shaded-relief-ec29601db654>`__
6. `Visualizing Data <https://medium.com/@robsimmon/a-gentle-introduction-to-gdal-part-6-1-visualizing-data-8e6e7d6ef641>`__
7. `Transforming Data <https://medium.com/@robsimmon/a-gentle-introduction-to-gdal-part-7-transforming-data-178df8640dd2>`__
8. `Reading Scientific Data Formats <https://medium.com/@robsimmon/a-gentle-introduction-to-gdal-part-8-reading-scientific-data-formats-1a1f70d5388c>`__

