You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yesterday at the TIM meeting in Delft I had an interesting talk with @Huite about ways to set up a model. I would like to share the thoughts here as I think these might be useful in the further development.
As an illustration, let's take a steady-state model where we want to add many wells.
Elementwise (current Timflow approach) looks like this:
Create a GeoDataframe for all wells (with geometries and discharges):
Loop over the rows to add the wells to the Tim model
In the tabular approach, a Timflow model consists of no more than:
A table (Dataframe) with the geohydrological properties for all inhomogeneities
Some tables (GeoDataframes) with wells, rivers and other spatial element types
A script which assembles the TIM model from the tabular data.
According to Huite, he already has much of the requested functionality in the 'gistim' part. He suggested the first step would be to document the 'gistim' API. We think the tabular approach would also make it possible to 'convert' a TIM-python model into a QGIS-TIM model, so it might be worth to consider the tabular approach for Timflow as well.
And here some illustrations from the QGIS TIM tutorial to show what these tables look like in QGIS:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Yesterday at the TIM meeting in Delft I had an interesting talk with @Huite about ways to set up a model. I would like to share the thoughts here as I think these might be useful in the further development.
As an illustration, let's take a steady-state model where we want to add many wells.
Elementwise (current Timflow approach) looks like this:
Tabular (current QGIS-TIM approach) would be:
In the tabular approach, a Timflow model consists of no more than:
According to Huite, he already has much of the requested functionality in the 'gistim' part. He suggested the first step would be to document the 'gistim' API. We think the tabular approach would also make it possible to 'convert' a TIM-python model into a QGIS-TIM model, so it might be worth to consider the tabular approach for Timflow as well.
And here some illustrations from the QGIS TIM tutorial to show what these tables look like in QGIS:


Beta Was this translation helpful? Give feedback.
All reactions