Skip to content
Snippets Groups Projects
Commit b1ffa8eb authored by Sebastian Müller's avatar Sebastian Müller 🐈
Browse files

fix: transfer axes attributes when casting to unstructured

parent 3e0d8aa1
No related branches found
No related tags found
1 merge request!278Add grid.copy
Pipeline #207810 failed with stages
in 3 minutes and 44 seconds
......@@ -120,6 +120,7 @@ class RectilinearGrid(StructuredGrid):
cell_types=self.cell_types,
data_location=self.data_location,
order=self.order,
axes_attributes=self.axes_attributes,
axes_names=self.axes_names,
crs=self.crs,
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment