Getting Started
This guide will help you get started with CryoGrid-pyTools. The package provides various functions to work with CryoGrid data in Python.
Basic Usage
First, import the package:
The package provides several main functionalities:
- Reading CryoGrid output files
- Processing MATLAB struct files
- Working with ERA5 forcing data
- Handling configuration files
Check out the specific guides for each functionality:
Example Notebook
For comprehensive examples, check out the demo.ipynb
notebook in the repository. It contains detailed examples of various use cases and functionalities.