📔Intro notes
These materials are prepared for the "Working with scientific data formats in GIS" MAGIC Drop-in.
This session is focused on tools and methods to prepare data in scientific/multidimensional formats (HDF, GRIB, NetCDF) for use in GIS, featuring tools like QGIS, GDAL, and XARRAY and GDAL API for Python.
It consists of 3 parts:
"Good" HDF is an example of working with QGIS-readable MODIS NDSI data with the GDAL command line tool
"Good" GRIB section features the Xarray Python library as an efficient tool for multidimensional data processing
"Not-so-good" NetCDF is an example of how to treat datasets with incorrect georeferencing with GDAL and Xarray together
Reading Sentinel-3 data is a ready-to-use script for converting Sentinel-3 L1 EFR data to GeoTiff.
Below are the tips for installing the GDAL command line tool and configuring the conda environment for working with GDAL and Xarray in Python. Checked for Python 3.9.
Terminal commands are written in Linux syntax
Sections 2 through 4 contain *.ipynb files to download.
Data is not provided, but you can download it using links in the 'Data source' section.
Last updated