FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Support multiple layers in the HFB layered HFB-classes · Issue #598 · Deltares/imod-python · GitHub

Support multiple layers in the HFB layered HFB-classes #598

Description

In #556 Layered HFB packages have been added. A user can define multiple linestring and per linestring a layer can be specified, However the layer specified for a linestring is applied to all linestrings

barrier_gdf = gpd.GeoDataFrame(
  geometry=
    [
      linestring1,
      linestring2
    ],
  data=
    {
      "hydraulic_characteristic": [1e-3, 1e-3,],
      "layer": [1, 2,]
    },
)


hfb = imod.mf6.LayeredHorizontalFlowBarrierHydraulicCharacteristic(barrier_gdf)

In the snippet above I would expect that linestring1 is applied to layer 1 and that linestring2 is applied to layer 2. However linestring1 is applied to layers 1 and 2 and the same applies for linestrin2

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

Type

No type

Projects

Relationships

None yet

Development

No branches or pull requests

Issue actions


Back | FazBrowse Home | New Git URL