File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,17 @@ RasPlanHdf
3
3
.. currentmodule :: rashdf
4
4
.. autoclass :: RasPlanHdf
5
5
:show-inheritance:
6
- :members: get_plan_info_attrs,
6
+ :members: mesh_cell_points,
7
+ mesh_cell_polygons,
8
+ mesh_cell_faces,
9
+ mesh_max_ws,
10
+ mesh_min_ws,
11
+ mesh_max_face_v,
12
+ mesh_min_face_v,
13
+ mesh_max_ws_err,
14
+ mesh_max_iter,
15
+ mesh_last_iter,
16
+ get_plan_info_attrs,
7
17
get_plan_param_attrs,
8
18
get_meteorology_precip_attrs,
9
19
get_results_unsteady_attrs,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ classifiers = [
12
12
" Programming Language :: Python :: 3.11" ,
13
13
" Programming Language :: Python :: 3.12" ,
14
14
]
15
- version = " 0.2.2 "
15
+ version = " 0.3.0 "
16
16
dependencies = [" h5py" , " geopandas" , " pyarrow" ]
17
17
18
18
[project .optional-dependencies ]
You can’t perform that action at this time.
0 commit comments