We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1acf3ed commit 418d5f1Copy full SHA for 418d5f1
README.md
@@ -24,7 +24,6 @@ Adding support for new solvers is relatively straight-forward.
24
1. Install the binary dependencies:
25
26
- `python >= 3.9`
27
-- `geos`
28
29
2. Install from PyPI with:
30
thalassa/__init__.py
@@ -1,3 +1,7 @@
1
+"""
2
+Thalassa is a library for visualizing unstructured mesh data with a focus on large scale sea level data
3
+
4
5
from __future__ import annotations
6
7
from .api import open_dataset
@@ -7,6 +11,7 @@
11
from .plotting import plot_ts
8
12
from .utils import crop
9
13
14
10
15
__all__: list[str] = [
16
"crop",
17
"normalize",
0 commit comments