Replies: 1 comment 3 replies
-
|
Today I got the suggestion that a TIM model could even be a geopackage containing the different layers. This is the current way of defining a model in the QGIS-TIM plugin. A geopackage is a small sqlite database file: open standards and easy to use. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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