-
Notifications
You must be signed in to change notification settings - Fork 418
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'Unidata:main' into main
- Loading branch information
Showing
53 changed files
with
495 additions
and
143 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
r'^(z|lv_|bottom_top|sigma|h(ei)?ght|altitude|depth|isobaric|pres|isotherm)' | ||
| ``(thta, u, v, dx, dy, dim_order='yx')`` | | ||
Changed signature from ``(thta, u, v, dx, dy, dim_order='yx')`` | ||
dpres = gempak.PRES.values | ||
pres = 1 | ||
thta = 2 | ||
lambda grid: grid if grid.PARM in parameter else False, | ||
col_head.SELV, | ||
'SELV': col_head.SELV, | ||
col_head.SELV, | ||
row_head.SELV, | ||
'SELV': row_head.SELV, | ||
'SELV': col_head.SELV, | ||
# GFS, NAM, RAP, or other gridded dataset (e.g., NARR). | ||
# This attribute can be set to False if the vector components are grid relative (e.g., for NAM | ||
components that are earth-relative. The primary exception is NAM output with wind | ||
col_head.SELV, | ||
row_head.SELV, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1 @@ | ||
r'^(z|lv_|bottom_top|sigma|h(ei)?ght|altitude|depth|isobaric|pres|isotherm)' | ||
| ``(thta, u, v, dx, dy, dim_order='yx')`` | | ||
Changed signature from ``(thta, u, v, dx, dy, dim_order='yx')`` | ||
dpres = gempak.PRES.values | ||
pres = 1 | ||
thta = 2 | ||
lambda grid: grid if grid.PARM in parameter else False, | ||
col_head.SELV, | ||
'SELV': col_head.SELV, | ||
col_head.SELV, | ||
row_head.SELV, | ||
'SELV': row_head.SELV, | ||
'SELV': col_head.SELV, | ||
Klystron Warmup Integer*2 N/A 0 to 1 1 0=Normal, 1=Preheat 146 | ||
# GFS, NAM, RAP, or other gridded dataset (e.g., NARR). | ||
# This attribute can be set to False if the vector components are grid relative (e.g., for NAM | ||
components that are earth-relative. The primary exception is NAM output with wind | ||
col_head.SELV, | ||
row_head.SELV, | ||
trough |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
sphinx==7.3.7 | ||
pydata-sphinx-theme==0.15.2 | ||
sphinx==8.0.2 | ||
pydata-sphinx-theme==0.15.4 | ||
sphinx-design==0.6.1 | ||
sphinx-gallery==0.17.1 | ||
myst-parser==3.0.1 | ||
myst-parser==4.0.0 | ||
netCDF4==1.7.1 | ||
geopandas==0.14.4 | ||
geopandas==1.0.1 | ||
rtree==1.3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
cartopy==0.23.0 | ||
dask==2024.8.0 | ||
shapely==2.0.5 | ||
dask==2024.8.1 | ||
shapely==2.0.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
ruff==0.6.1 | ||
ruff==0.6.2 | ||
|
||
flake8==7.1.1 | ||
pycodestyle==2.12.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
matplotlib==3.9.2 | ||
numpy==2.0.1 | ||
numpy==2.1.0 | ||
pandas==2.2.2 | ||
pooch==1.8.2 | ||
pint==0.24.3 | ||
pyproj==3.6.1 | ||
scipy==1.13.1 | ||
scipy==1.14.1 | ||
traitlets==5.14.3 | ||
xarray==2024.7.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.