Skip to content

Commit a854e0d

Browse files
committed
Merge branch 'main' into alias-system
2 parents da7cea4 + 6a88408 commit a854e0d

21 files changed

+184
-59
lines changed

.github/workflows/ci_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
GH_TOKEN: ${{ github.token }}
152152

153153
- name: Install uv
154-
uses: astral-sh/setup-uv@v5.2.2
154+
uses: astral-sh/setup-uv@v5.3.1
155155
with:
156156
python-version: ${{ matrix.python-version }}
157157

@@ -182,7 +182,7 @@ jobs:
182182

183183
# Upload coverage to Codecov
184184
- name: Upload coverage to Codecov
185-
uses: codecov/codecov-action@v5.3.1
185+
uses: codecov/codecov-action@v5.4.0
186186
if: success() || failure()
187187
with:
188188
use_oidc: true

pygmt/datasets/earth_age.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def load_earth_age(
4040
**@earth_age**\_\ *res*\_\ *reg*. *res* is the grid resolution; *reg* is the grid
4141
registration type (**p** for pixel registration, **g** for gridline registration).
4242
If *reg* is omitted (e.g., ``@earth_age_01d``), the gridline-registered grid will be
43-
loaded for grid proccessing functions and the pixel-registered grid will be loaded
43+
loaded for grid processing functions and the pixel-registered grid will be loaded
4444
for plotting functions. If *res* is also omitted (i.e., ``@earth_age``), GMT
4545
automatically selects a suitable resolution based on the current region and
4646
projection settings.

pygmt/datasets/earth_deflection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def load_earth_deflection(
4949
the grid resolution; *reg* is the grid registration type (**p** for pixel
5050
registration, **g** for gridline registration). If *reg* is omitted (e.g.,
5151
``@earth_edefl_01d``), the gridline-registered grid will be loaded for grid
52-
proccessing functions and the pixel-registered grid will be loaded for plotting
52+
processing functions and the pixel-registered grid will be loaded for plotting
5353
functions. If *res* is also omitted (i.e., ``@earth_edefl``), GMT automatically
5454
selects a suitable resolution based on the current region and projection settings.
5555

pygmt/datasets/earth_dist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def load_earth_dist(
4040
**@earth_dist**\_\ *res*\_\ *reg*. *res* is the grid resolution; *reg* is the grid
4141
registration type (**p** for pixel registration, **g** for gridline registration).
4242
If *reg* is omitted (e.g., ``@earth_dist_01d``), the gridline-registered grid will
43-
be loaded for grid proccessing functions and the pixel-registered grid will be
43+
be loaded for grid processing functions and the pixel-registered grid will be
4444
loaded for plotting functions. If *res* is also omitted (i.e., ``@earth_dist``), GMT
4545
automatically selects a suitable resolution based on the current region and
4646
projection settings.

pygmt/datasets/earth_free_air_anomaly.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def load_earth_free_air_anomaly(
4949
the grid resolution; *reg* is the grid registration type (**p** for pixel
5050
registration, **g** for gridline registration). If *reg* is omitted (e.g.,
5151
``@earth_faa_01d``), the gridline-registered grid will be loaded for grid
52-
proccessing functions and the pixel-registered grid will be loaded for plotting
52+
processing functions and the pixel-registered grid will be loaded for plotting
5353
functions. If *res* is also omitted (i.e., ``@earth_faa``), GMT automatically
5454
selects a suitable resolution based on the current region and projection settings.
5555

pygmt/datasets/earth_geoid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def load_earth_geoid(
4040
**@earth_geoid**\_\ *res*\_\ *reg*. *res* is the grid resolution; *reg* is the grid
4141
registration type (**p** for pixel registration, **g** for gridline registration).
4242
If *reg* is omitted (e.g., ``@earth_geoid_01d``), the gridline-registered grid will
43-
be loaded for grid proccessing functions and the pixel-registered grid will be
43+
be loaded for grid processing functions and the pixel-registered grid will be
4444
loaded for plotting functions. If *res* is also omitted (i.e., ``@earth_geoid``),
4545
GMT automatically selects a suitable resolution based on the current region and
4646
projection settings.

pygmt/datasets/earth_magnetic_anomaly.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def load_earth_magnetic_anomaly(
4949
**earth_wdmam**; *res* is the grid resolution; *reg* is the grid
5050
registration type (**p** for pixel registration, **g** for gridline registration).
5151
If *reg* is omitted (e.g., ``@earth_mag_01d``), the gridline-registered grid will be
52-
loaded for grid proccessing functions and the pixel-registered grid will be loaded
52+
loaded for grid processing functions and the pixel-registered grid will be loaded
5353
for plotting functions. If *res* is also omitted (i.e., ``@earth_mag``), GMT
5454
automatically selects a suitable resolution based on the current region and
5555
projection settings.

pygmt/datasets/earth_mask.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def load_earth_mask(
5252
**@earth_mask**\_\ *res*\_\ *reg*. *res* is the grid resolution; *reg* is the grid
5353
registration type (**p** for pixel registration, **g** for gridline registration).
5454
If *reg* is omitted (e.g., ``@earth_mask_01d``), the gridline-registered grid will
55-
be loaded for grid proccessing functions and the pixel-registered grid will be
55+
be loaded for grid processing functions and the pixel-registered grid will be
5656
loaded for plotting functions. If *res* is also omitted (i.e., ``@earth_mask``), GMT
5757
automatically selects a suitable resolution based on the current region and
5858
projection settings.

pygmt/datasets/earth_mean_dynamic_topography.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def load_earth_mean_dynamic_topography(
3838
**@earth_mdt**\_\ *res*\_\ *reg*. *res* is the grid resolution; *reg* is the grid
3939
registration type (**p** for pixel registration, **g** for gridline registration).
4040
If *reg* is omitted (e.g., ``@earth_mdt_01d``), the gridline-registered grid will be
41-
loaded for grid proccessing functions and the pixel-registered grid will be loaded
41+
loaded for grid processing functions and the pixel-registered grid will be loaded
4242
for plotting functions. If *res* is also omitted (i.e., ``@earth_mdt``), GMT
4343
automatically selects a suitable resolution based on the current region and
4444
projection settings.

pygmt/datasets/earth_mean_sea_surface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def load_earth_mean_sea_surface(
4040
**@earth_mss**\_\ *res*\_\ *reg*. *res* is the grid resolution; *reg* is the grid
4141
registration type (**p** for pixel registration, **g** for gridline registration).
4242
If *reg* is omitted (e.g., ``@earth_mss_01d``), the gridline-registered grid will be
43-
loaded for grid proccessing functions and the pixel-registered grid will be loaded
43+
loaded for grid processing functions and the pixel-registered grid will be loaded
4444
for plotting functions. If *res* is also omitted (i.e., ``@earth_mss``), GMT
4545
automatically selects a suitable resolution based on the current region and
4646
projection settings.

0 commit comments

Comments
 (0)