lpoaura / PluginQGis-LPOData

Plugin QGIS de la LPO AuRA (documentation cf. lien ci-dessous)
https://lpoaura.github.io/PluginQGis-LPOData/
GNU General Public License v3.0
5 stars 3 forks source link

Avoid refresh data on EACH startup #127

Open lpofredc opened 5 months ago

lpofredc commented 5 months ago

Feature description

App main data (loaded from refresh data algorithm) are actually downloaded on each startup. It is expected that data should not be refreshed on each startup but periodically (e.g. weekly).

Additional context

It should be possible by using a variable to store last update timestamp and check this variable before executing refresh.