Hi @leonchafik,
We don't have a good documentation, but all methods have a docstring describing what they are doing.
If you know a bit python, you should be able to find your way.
In short:
- All methods to open observational datasets are here
- All methods to extract sections from model output are here
See #17 (comment) for an example (open observational dataset, then extract model data with a nearest neighbour algorithm).
Any question, feel free to ask here on GitHub!
Hi @leonchafik,
We don't have a good documentation, but all methods have a docstring describing what they are doing.
If you know a bit python, you should be able to find your way.
In short:
See #17 (comment) for an example (open observational dataset, then extract model data with a nearest neighbour algorithm).
Any question, feel free to ask here on GitHub!