Tutorials#
Tutorials are packaged with CryoSwath and assume the package is installed in the active Python environment. After installation, copy them into a project directory with:
cryoswath get-tutorials
By default, notebooks are copied to tutorials/ below the current project
directory. Use --destination to choose another location. They can also be
viewed on GitHub.
Available notebooks#
tutorial__diagnostic_hooks.ipynb Explore diagnostic hooks for introspecting hypsometric interpolation.
tutorial__general_step-by-step.ipynb End-to-end walkthrough from L1b to gridded trend products.
tutorial__process_first_waveform.ipynb Inspect and understand a single waveform.
tutorial__process_first_swath.ipynb Process and visualize one track as swath data.
tutorial__poca.ipynb Retrieve and inspect POCA solutions.
These notebooks are intended as practical guides and reference examples for configuring your own workflows.