Is creating model grid from elevation data possible? #1453
-
Is it possible to import a gis shape file or csv elevation file, or some other data file to be filtered into the disu or disv package? I would like to create a unique model grid based on the specific subsurface geology, but it seems time-consuming and challenging to identify individual cells to be excluded with an idomain command if there are numerous layers and differences in elevation between layers. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We have support to create model grid elevations and even idomain/ibound arrays from raster data. Take a look at The raster intersection notebook. One requirement for this, is that you will need to create a minimal modelgrid prior to doing the intersections. Your modelgrid cells in at least 2d must be represented in geospatial coordinates prior to intersecting with raster and shapefile data. Example code.
|
Beta Was this translation helpful? Give feedback.
@AH-CSM
We have support to create model grid elevations and even idomain/ibound arrays from raster data. Take a look at The raster intersection notebook.
One requirement for this, is that you will need to create a minimal modelgrid prior to doing the intersections. Your modelgrid cells in at least 2d must be represented in geospatial coordinates prior to intersecting with raster and shapefile data.
Example code.