Skip to content

Commit 7f8c3bf

Browse files
committed
Update State of the field part according to comments
1 parent b882c16 commit 7f8c3bf

File tree

2 files changed

+1
-26
lines changed

2 files changed

+1
-26
lines changed

paper.bib

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -77,28 +77,6 @@ @article{Wieczorek_2018
7777
doi = {10.1029/2018GC007529},
7878
}
7979

80-
@article{Rieger_2024,
81-
author = {Rieger, Niclas and Levang, Samuel J.},
82-
doi = {10.21105/joss.06060},
83-
journal = {Journal of Open Source Software},
84-
number = {93},
85-
pages = {6060},
86-
title = {{xeofs: Comprehensive EOF analysis in Python with xarray}},
87-
volume = {9},
88-
year = {2024}
89-
}
90-
91-
@article{Bourgault_2023,
92-
author = {Bourgault, Pascal and Huard, David and Smith, Trevor James and Logan, Travis and Aoun, Abel and Lavoie, Juliette and Dupuis, Éric and Rondeau-Genesse, Gabriel and Alegre, Raquel and Barnes, Clair and Laperrière, Alexis Beaupré and Biner, Sébastien and Caron, David and Ehbrecht, Carsten and Fyke, Jeremy and Keel, Tom and Labonté, Marie-Pier and Lierhammer, Ludwig and Low, Jwen-Fai and Quinn, Jamie and Roy, Philippe and Squire, Dougie and Stephens, Ag and Tanguy, Maliko and Whelan, Christopher},
93-
doi = {10.21105/joss.05415},
94-
journal = {Journal of Open Source Software},
95-
number = {85},
96-
pages = {5415},
97-
title = {{xclim: xarray-based climate data analytics}},
98-
volume = {8},
99-
year = {2023}
100-
}
101-
10280
@article{Dawson_2016,
10381
title = {Windspharm: A High-Level Library for Global Wind Field Computations Using Spherical Harmonics},
10482
author = {Dawson, Andrew},

paper.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,7 @@ Existing Python libraries address specific needs in geophysical and climate data
5959
`pyshtools` [@Wieczorek_2018] and `grates` [@Kvas] offer tools for gravity spherical harmonic analysis.
6060
They operate on standalone arrays and lack support for `xarray`. `windspharm` [@Dawson_2016] implements `xarray` spherical harmonics analysis but without the gravity and geodetic related operations.
6161
`gsw-xarray` [@Caneill_2024] wraps the TEOS-10 framework for oceanographic computations within `xarray`, but does not support `Dask`.
62-
While `Lenapy` GSW wrapper is less complete, it proposes complementary geodetic tools for spatial and spherical harmonics operations.
63-
64-
Other libraries built on `xarray` offer analysis capabilities that complement `Lenapy` specific focus, allowing users to apply advanced statistical or climate diagnostics to datasets.
65-
For example, `xeof` [@Rieger_2024] provides tools for Empirical Orthogonal Function analysis, enabling statistical decomposition and `xclim` [@Bourgault_2023] delivers a suite of climate indicators and climate processing routines.
62+
While `Lenapy` GSW wrapper is less complete than `gsw-xarray`, it proposes complementary geodetic tools for spatial and spherical harmonics operations.
6663

6764
To our knowledge, no other existing Python library offers a coherent suite of oceanographic and geophysical operations (detailed below) within a unified, xarray-native framework supporting both scalability (via `Dask` [@Dask_2016]) and labeled, multidimensional arrays.
6865
Moreover, critical geospatial utilities (such as surface-aware averaging, weighted statistics, spherical distance computation, and climatology fitting) remain fragmented across ecosystems or require custom implementations.

0 commit comments

Comments
 (0)