Skip to content

Commit 6e92976

Browse files
committed
chore: update readme and add tqdm dep for Fekete grid
1 parent 797f7d0 commit 6e92976

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The name **DOMINO-SEE** represents our approach to detecting and analyzing inter
3838
- **Multi-dimensional Support**: Native support for `xarray` DataArrays to handle multi-dimensional gridded climate data
3939
- **Parallel Processing**: `dask` integration for efficient processing of large-scale climate datasets
4040
- **Blockwise Computation**: Utilities for splitting large spatial datasets into manageable blocks of netCDF datasets (see `dominosee/utils/blocking.py`).
41-
- **Grid Generation**: Various grid types for spatial analysis including regular, Gaussian, Fibonacci, and Fekete grids.
41+
- **Grid Generation**: Equidistant Fekete grid generation for alternative spatial embedding.
4242

4343
<!-- ## Development Status
4444

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ dependencies:
1313
- bottleneck
1414
- dask
1515
- scipy
16+
- tqdm

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ dependencies = [
3232
"cf-xarray",
3333
"bottleneck",
3434
"ipykernel",
35+
"tqdm",
3536
]
3637

3738
[project.optional-dependencies]

0 commit comments

Comments
 (0)