Deltares / imod-python

🐍🧰 Make massive MODFLOW models
https://deltares.github.io/imod-python/
MIT License
16 stars 0 forks source link

create an imod5 import context #1099

Open luitjansl opened 2 weeks ago

luitjansl commented 2 weeks ago

This will allow us to pass data used for importing objects , such as:

The context should be an object containing this data and it should be an argument for the from_imod5_data methods.

It can be a bit daunting to users to make these custom objects so:

Requirements

luitjansl commented 3 days ago

classified as a nice to have