Assistance with exporting 3D layer data to shapefiles in MODFLOW 6 #2308
Replies: 4 comments 5 replies
-
Hello Amin, Cheers! |
Beta Was this translation helpful? Give feedback.
-
Hi Amin, I can confirm this happening also for vertex grids. Iiuc, this has something to do with how the creation of Regards, |
Beta Was this translation helpful? Give feedback.
-
It seems that this issue can be avoided if you would export instead at the model level or package level (similar to what @sebmeng suggested above), for example, ml.dis.export(path / "dis.shp")
gwf.export(path / "model.shp") So maybe, for your use case that would be the faster solution. There is a difference in behavior because exporting the 3d array, |
Beta Was this translation helpful? Give feedback.
-
A fix was merged with #2310, if you'd like to confirm the problem is solved on your end @YozeGholami. |
Beta Was this translation helpful? Give feedback.
-
Hi
I hope this message finds you well. I am currently working on exporting the bottom elevations of each layer to a shapefile in MODFLOW 6 using the following FloPy documentation code: (ml.dis.botm.export(pth, "botm.shp"). However, I have encountered an issue where the bottom elevation values exported to the shapefile are identical for every layer.
Could you assist me in determining the correct approach to export 3D results to a shapefile accurately?
Best regards,
Amin
Beta Was this translation helpful? Give feedback.
All reactions