Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierCLL committed May 20, 2022
1 parent c6e3e25 commit c4230d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -12,7 +12,7 @@ qgisMaximumVersion=3.99
author=Xavier Corredor Llano, SMByC
[email protected]

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

Expand Down

0 comments on commit c4230d1

Please sign in to comment.