nens / lizard-qgis-plugin

A QGIS Lizard plugin
GNU General Public License v3.0
0 stars 0 forks source link

Use default 3Di working dir structure when saving downloaded files #12

Closed leendertvanwolfswinkel closed 10 months ago

leendertvanwolfswinkel commented 11 months ago

The downloaded files are now stored in the 3Di working directory, but not according to the default folder structure schematisation_name\revision {nr}\results. To be able to do this, we would need to know the schematisation name and revision nr. The only things we know from the lizard scenarios endpoint are model_identifier (which is the ThreediModel.id), the model_revision (which is the SchematisationRevision.id), and model_name (which is the ThreediModel.slug).

leendertvanwolfswinkel commented 10 months ago

I pushed a minor edit to HISTORY.rst

Works perfectly, please merge!

@ldebek