spatial-data-discovery / spatial-data-discovery.github.io

Organization website
https://spatial-data-discovery.github.io/
4 stars 0 forks source link

Sandbox Challenge - nc to geotiff using gdal #21

Closed dt-woods closed 4 years ago

dt-woods commented 4 years ago

This week's challenge is to take the example script scripts/hdf_qgis.py and convert it to a script that will read a NetCDF file (e.g., part 2 of your second conversion script assignment), convert it to a GeoTIFF using GDAL (Geospatial Data Abstraction Library; provided as a Python package with QGIS), and add it to a new QGIS project for visualization.

Save your script to the sandbox directory. Name the script with your last name "_qgis.py" (e.g., davis_qgis.py). Please tag this issue with your commits.

We will take a look at these scripts during our next discussion day.