Skip to content

Commit

Permalink
Release v23.3.30
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierCLL committed Mar 30, 2023
1 parent 18f97fd commit 930d3ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions metadata.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[general]
name=CCD-Plugin
description=Qgis plugin for Continuous Change Detection algorithm of a time series at a given coordinate
about=CCD-Plugin implements the Continuous Change Detection algorithm using PyCCD and Google Earth Engine to analyze the trend and breakpoints of change over multi-year of the time series for a specific Landsat band at a given point.
about=The CCD-Plugin utilizes PyCCD and data from Google Earth Engine to implement the Continuous Change Detection algorithm to analyze the trend and breakpoints of change over multi-year time series at a given coordinate.

version=19.8.15
qgisMinimumVersion=3.0
version=23.3.30
qgisMinimumVersion=3.16
qgisMaximumVersion=3.99

author=Xavier Corredor Llano, SMByC
Expand All @@ -15,9 +15,8 @@ tracker=https://github.com/SMByC/CCD-Plugin/issues
repository=https://github.com/SMByC/CCD-Plugin

changelog=
19.8.15:
- Improves and adds tooltips and fixes UI text
- Fix in valid_file_selected_in when the selection is None
23.3.30:
- First stable version
- All commits in: https://github.com/SMByC/CCD-Plugin/commits

tags=gee,trends,change detection,ccdc,landsat,time series
Expand Down
2 changes: 1 addition & 1 deletion utils/extralibs.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def extract_zip(self):

def install():
# define the Qgis plugins directory and url by OS
url = "https://github.com/SMByC/CCD-Plugin/releases/download/1.0/"
url = "https://github.com/SMByC/CCD-Plugin/releases/download/23.3.30/"
py_version = 'py' + str(platform.python_version_tuple()[0]) + '.' + str(platform.python_version_tuple()[1])
if platform.system() == "Windows":
qgis_plugins_dir = os.path.join(os.path.expanduser('~'), 'AppData', 'Roaming', 'QGIS', 'QGIS3', 'profiles', 'default', 'python', 'plugins')
Expand Down

0 comments on commit 930d3ad

Please sign in to comment.