You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, write_geoms function takes write_mesh_gdf=True as default. This means the mesh geometry (e.g.mesh2d as geodataframe) would be written into geojson. However, it takes too long for large mesh, especially with refined elements. This default behaviour should change to write_mesh_gdf=False.
Use case
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Kind of request
Changing existing functionality
Enhancement Description
Currently, write_geoms function takes write_mesh_gdf=True as default. This means the mesh geometry (e.g.mesh2d as geodataframe) would be written into geojson. However, it takes too long for large mesh, especially with refined elements. This default behaviour should change to write_mesh_gdf=False.
Use case
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: