From c4230d13dbcec6c9b003b1079dd93ea7a80ef19b Mon Sep 17 00:00:00 2001 From: XavierCLL Date: Fri, 20 May 2022 00:50:05 -0700 Subject: [PATCH] Fixes --- Makefile | 1 + metadata.txt | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 944629a..f415540 100644 --- a/Makefile +++ b/Makefile @@ -135,6 +135,7 @@ dclean: @echo "-----------------------------------" find $(HOME)/$(QGISDIR)/python/plugins/$(PLUGINNAME) -iname "*.pyc" -delete find $(HOME)/$(QGISDIR)/python/plugins/$(PLUGINNAME) -iname ".git" -prune -exec rm -Rf {} \; + find $(HOME)/$(QGISDIR)/python/plugins/$(PLUGINNAME) -iname "__pycache__" -prune -exec rm -Rf {} \; derase: diff --git a/metadata.txt b/metadata.txt index 39210f6..cf187f3 100644 --- a/metadata.txt +++ b/metadata.txt @@ -2,8 +2,8 @@ name=Stack Composed description=Compute and generate in a parallel process the composed of a raster images stack through assemble and reduce by a statistic about=StackComposed is a Qgis plugin processing that compute the stack composed (assemble and reduce) using a statistic -to get the final value. The result is an assembled image, with a wrapper extent for all input data, with the pixel -values resulting from the statistic for the specific band for all the valid pixels across the time axis (z-axis) + to get the final value. The result is an assembled image, with a wrapper extent for all input data, with the pixel + values resulting from the statistic for the specific band for all the valid pixels across the time axis (z-axis) version=22.5.20 qgisMinimumVersion=3.0 @@ -12,7 +12,7 @@ qgisMaximumVersion=3.99 author=Xavier Corredor Llano, SMByC email=xavier.corredor.llano@gmail.com -homepage=https://smbyc.github.io/StackComposed-Qgis-processing +homepage=https://github.com/SMByC/StackComposed-Qgis-processing tracker=https://github.com/SMByC/StackComposed-Qgis-processing/issues repository=https://github.com/SMByC/StackComposed-Qgis-processing