Skip to content

Commit 9f00cb6

Browse files
committed
🔖 bump to v2025.7.2
1 parent 247da00 commit 9f00cb6

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

doc/source/index.rst

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@ reki 能够非常方便地从 GRIB 等格式文件中加载要素场为常见的
1010

1111
.. code-block:: py
1212
13-
from reki.format.grib import load_field_from_file
14-
15-
file_path = "/some/path/to/data.grib2"
16-
field = load_field_from_file(
17-
parameter="t",
18-
level_type="pl",
19-
level=850
20-
)
13+
from reki.format.grib import load_field_from_file
14+
15+
file_path = "/some/path/to/data.grib2"
16+
field = load_field_from_file(
17+
file_path=file_path,
18+
parameter="t",
19+
level_type="pl",
20+
level=850,
21+
)
2122
2223
2324
.. toctree::

0 commit comments

Comments
 (0)