Skip to content
Snippets Groups Projects
Commit dfa5099a authored by benjamin.jakimow@geo.hu-berlin.de's avatar benjamin.jakimow@geo.hu-berlin.de
Browse files

update metadata.txt

parent 589a1dc6
No related branches found
No related tags found
No related merge requests found
......@@ -465,9 +465,9 @@ def updateMetadataTxt():
md['name'] = timeseriesviewer.TITLE
md['qgisMinimumVersion'] = "2.18"
#md['qgisMaximumVersion'] =
md['description'] = timeseriesviewer.DESCRIPTION
md['about'] = timeseriesviewer.ABOUT
md['version'] = timeseriesviewer.VERSION
md['description'] = timeseriesviewer.DESCRIPTION.strip()
md['about'] = timeseriesviewer.ABOUT.strip()
md['version'] = timeseriesviewer.VERSION.strip()
md['author'] = "Benjamin Jakimow, Geomatics Lab, Humboldt-Universität zu Berlin"
md['email'] = "benjamin.jakimow@geo.hu-berlin.de"
#md['changelog'] =
......@@ -533,7 +533,7 @@ if __name__ == '__main__':
d = pathDirTestData = DIR_EXAMPLES
createFilePackage(d, recursive=False)
if True:
if False:
createCreditsHTML()
if True:
......
......@@ -13,5 +13,4 @@ repository=bitbucket.org/jakimowb/hub-timeseriesviewer
experimental=False
deprecated=False
tags=remote sensing, raster, time series
about=
The HUB TimeSeriesViewer is developed at Humboldt-Universität zu Berlin. Born in the SenseCarbon project, it was funded by the German Aerospace Centre (DLR) and granted by the Federal Ministry of Education and Research (BMBF, grant no. 50EE1254). Since 2017 it is developed under contract by the German Research Centre for Geosciences (GFZ) as part of the EnMAP Core Science Team activities (www.enmap.org), funded by DLR and granted by the Federal Ministry of Economic Affairs and Energy (BMWi, grant no. 50EE1529).
about=The HUB TimeSeriesViewer is developed at Humboldt-Universität zu Berlin. Born in the SenseCarbon project, it was funded by the German Aerospace Centre (DLR) and granted by the Federal Ministry of Education and Research (BMBF, grant no. 50EE1254). Since 2017 it is developed under contract by the German Research Centre for Geosciences (GFZ) as part of the EnMAP Core Science Team activities (www.enmap.org), funded by DLR and granted by the Federal Ministry of Economic Affairs and Energy (BMWi, grant no. 50EE1529).
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment