check testdata source repo/branch

Issue #573 closed
Andreas Janz created an issue

With regard to #558, check testdata source for downloading. I already adopted the QML files, but the downloaded testdata don’t reflect that.

Data should be downloaded from here:
https://bitbucket.org/hu-geomatics/enmap-box-testdata/src/develop/

Comments (5)

  1. Benjamin Jakimow

    The EnMAP-Box downloads testdata from
    URL_TESTDATA = r'https://bitbucket.org/hu-geomatics/enmap-box-testdata/get/master.zip'

    This is required as a git checkout might not be possible in a QGIS environment.

    To check if the testdata needs an update, the dependency.py module evaluates __version__ in enmapboxtestdata.__init__.py against MIN_VERSION_TESTDATA = '0.11' in enmapbox.__init__.py

    MIN_VERSION_TESTDATA was last updated in 2019-09-03, so we should increase it to 0.12 in both repositories @Andreas Janz

  2. Andreas Janz reporter

    Ah yes, I forgot, that we actually use the versioning. Sorry, I will release a new version.

  3. Log in to comment