QGEP / qgepqwat2ili

3 stars 3 forks source link

Adapt various.py to include qgep datamodel 1.6.1 / 1.6.x #140

Closed sjib closed 2 weeks ago

sjib commented 6 months ago

Currently 1.6.0


        # Getting data
        dexec_(
            "wget https://github.com/QGEP/datamodel/releases/download/1.6.0/qgep_1.6.0_structure_and_demo_data.backup"
        )
        dexec_(
            "wget https://github.com/QGEP/datamodel/releases/download/1.6.0/qgep_1.6.0_structure_with_value_lists.sql"
        )

https://github.com/QGEP/qgepqwat2ili/blob/ef399256541b380d5f61863f9b5607a6506d09fc/qgepqwat2ili/utils/various.py#L118C1-L124C10

sjib commented 2 weeks ago

Solved with https://github.com/QGEP/qgepqwat2ili/pull/171