DHI / mikeio

Read, write and manipulate dfs0, dfs1, dfs2, dfs3, dfsu and mesh files.
https://dhi.github.io/mikeio
BSD 3-Clause "New" or "Revised" License
136 stars 53 forks source link

Dfs2 subsetting with physical coordinates #604

Closed ecomodeller closed 9 months ago

ecomodeller commented 9 months ago

bild Previously you had to find the idx first and then use .isel(). Now you can skip the first step.

ecomodeller commented 9 months ago

@simj-dhi is this what you need?

604

simj-dhi commented 9 months ago

@simj-dhi is this what you need? #604

Exactly! Awesome!