Skip to content

Commit

Permalink
update api for reindex_like
Browse files Browse the repository at this point in the history
  • Loading branch information
Huite committed Oct 9, 2023
1 parent a210a5f commit 9205dc1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ UgridDataArray or UgridDataset.
UgridDatasetAccessor.intersect_linestring
UgridDatasetAccessor.partition
UgridDatasetAccessor.partition_by_label
UgridDatasetAccessor.reindex_like
UgridDatasetAccessor.to_geodataframe
UgridDatasetAccessor.to_dataset
UgridDatasetAccessor.to_netcdf
Expand Down Expand Up @@ -116,6 +117,7 @@ UgridDataArray or UgridDataset.
UgridDataArrayAccessor.partition_by_label
UgridDataArrayAccessor.rasterize
UgridDataArrayAccessor.rasterize_like
UgridDataArrayAccessor.reindex_like
UgridDataArrayAccessor.to_periodic
UgridDataArrayAccessor.to_nonperiodic
UgridDataArrayAccessor.to_geodataframe
Expand Down Expand Up @@ -215,6 +217,7 @@ UGRID1D Topology
Ugrid1d.merge_partitions
Ugrid1d.topological_sort_by_dfs
Ugrid1d.contract_vertices
Ugrid1d.reindex_like

Ugrid1d.from_meshkernel
Ugrid1d.mesh
Expand Down Expand Up @@ -312,6 +315,7 @@ UGRID2D Topology
Ugrid2d.label_partitions
Ugrid2d.partition
Ugrid2d.merge_partitions
Ugrid2d.reindex_like

Ugrid2d.from_meshkernel
Ugrid2d.mesh
Expand Down

0 comments on commit 9205dc1

Please sign in to comment.