-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
55 changed files
with
166 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +0,0 @@ | ||
[submodule "schemas"] | ||
path = LDMP/schemas | ||
url = https://github.com/ConservationInternational/trends.earth-schemas.git | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name=trends.earth | ||
qgisMinimumVersion=3.10.3 | ||
description=Analyze land change in support of sustainable land management, achieving the Land Degradation Neutrality (LDN) Sustainable Development Goal (SDG), and to support reporting to the Global Environment Facility (GEF) and United Nations Convention to Combat Desertification (UNCCD) | ||
version=1.0.5 | ||
version=1.0.6 | ||
author=Conservation International | ||
[email protected] | ||
|
||
|
@@ -27,7 +27,13 @@ deprecated=False | |
hasProcessingProvider=yes | ||
|
||
# Uncomment the following line and add your changelog: | ||
changelog=1.0.4 (June 30, 2021) | ||
changelog=1.0.6 (July 15, 2021) | ||
- Remove trends.earth-schemas as a submodule and install through setup.py | ||
(much cleaner for version tracking, development, etc.) | ||
- Fix bug in loading 2020 NDVI data in GEE code (asset name wasn't set | ||
right so 2020 wasn't loading) | ||
- Various invoke tasks added to help with plugin development/release. | ||
1.0.4 (June 30, 2021) | ||
- Add WorldPop and Gridded Population of the World version 4 (GPWv4) to the | ||
datasets available through Trends.Earth | ||
- Update to allow access to ESA-CCI land cover through 2020 | ||
|
Submodule schemas
deleted from
be723a
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"name": "Download data 1_0_5", "id": "30146738-5f55-46e8-918a-143304459266"} | ||
{"name": "Download data 1_0_6", "id": "2a25cc8f-c714-4233-a71c-5579c3c4bb2e"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
earthengine-api==0.1.232 | ||
rollbar==0.14.7 | ||
git+git://github.com/conservationinternational/[email protected].5#egg=landdegradation | ||
git+https://github.com/conservationinternational/[email protected].6 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__version__ = "1.0.5" | ||
__version__ = "1.0.6" | ||
|
||
import sys | ||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"name": "Land cover 1_0_5", "id": "7fa6c024-4d5b-4008-ae60-3d1aa73da767"} | ||
{"name": "Land cover 1_0_6", "id": "c47e25fa-c161-4da1-b32b-1e935e809d12"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
earthengine-api==0.1.232 | ||
rollbar==0.14.7 | ||
git+git://github.com/conservationinternational/[email protected].5#egg=landdegradation | ||
git+https://github.com/conservationinternational/[email protected].6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__version__ = "1.0.5" | ||
__version__ = "1.0.6" | ||
|
||
import sys | ||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"name": "LandPKS 1_0_5", "id": "28f228de-0bbb-41f2-9897-7f660e98332f"} | ||
{"name": "LandPKS 1_0_6", "id": "c47a22eb-fa64-42b4-84cd-eee5dc04162e"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
Pillow==7.2.0 | ||
Pillow==8.3.1 | ||
pandas==1.1.2 | ||
numpy==1.19.0 | ||
matplotlib==3.3.1 | ||
matplotlib-scalebar==0.6.2 | ||
earthengine-api==0.1.232 | ||
rollbar==0.14.7 | ||
git+git://github.com/conservationinternational/[email protected]#egg=landdegradation | ||
git+https://github.com/conservationinternational/[email protected] | ||
git+https://github.com/ConservationInternational/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__version__ = "1.0.5" | ||
__version__ = "1.0.6" | ||
|
||
import sys | ||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"name": "Productivity 1_0_5", "id": "c620d477-4143-41fe-9665-c82b453a7b6b"} | ||
{"name": "Productivity 1_0_6", "id": "603240ce-c2b3-469b-9825-ad7f5039a5e1"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
earthengine-api==0.1.232 | ||
rollbar==0.14.7 | ||
git+git://github.com/conservationinternational/[email protected]#egg=landdegradation | ||
git+https://github.com/conservationinternational/[email protected] | ||
git+https://github.com/ConservationInternational/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__version__ = "1.0.5" | ||
__version__ = "1.0.6" | ||
|
||
import sys | ||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"name": "Restoration biomass 1_0_5", "id": "0f658972-3f62-400e-a6cf-5a78c1497326"} | ||
{"name": "Restoration biomass 1_0_6", "id": "9bc1c1bf-2a89-4150-b601-2d734ac25e77"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
earthengine-api==0.1.232 | ||
rollbar==0.14.7 | ||
git+git://github.com/conservationinternational/[email protected]#egg=landdegradation | ||
git+https://github.com/conservationinternational/[email protected] | ||
git+https://github.com/ConservationInternational/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__version__ = "1.0.5" | ||
__version__ = "1.0.6" | ||
|
||
import sys | ||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"name": "SDG sub-indicators 1_0_5", "id": "08f45c76-5175-4f88-907b-558245537f22"} | ||
{"name": "SDG sub-indicators 1_0_6", "id": "1631041b-0dae-4216-940f-e9d0a60c5e7b"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
earthengine-api==0.1.232 | ||
rollbar==0.14.7 | ||
git+git://github.com/conservationinternational/[email protected]#egg=landdegradation | ||
git+https://github.com/conservationinternational/[email protected] | ||
git+https://github.com/ConservationInternational/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__version__ = "1.0.5" | ||
__version__ = "1.0.6" | ||
|
||
import sys | ||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"name": "Soil organic carbon 1_0_5", "id": "965cd7e6-28ec-4a73-ba25-91de6e87fd78"} | ||
{"name": "Soil organic carbon 1_0_6", "id": "4c933c7f-9f34-48fd-bd97-5a13a57a872c"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
earthengine-api==0.1.232 | ||
rollbar==0.14.7 | ||
git+git://github.com/conservationinternational/[email protected].5#egg=landdegradation | ||
git+https://github.com/conservationinternational/[email protected].6 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__version__ = "1.0.5" | ||
__version__ = "1.0.6" | ||
|
||
import sys | ||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"name": "Time series 1_0_5", "id": "071885a5-f20b-4045-a895-1268fb22a6d8"} | ||
{"name": "Time series 1_0_6", "id": "e9333331-34fb-436d-8f4c-88b19c2b3bf5"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
earthengine-api==0.1.232 | ||
rollbar==0.14.7 | ||
git+git://github.com/conservationinternational/[email protected]#egg=landdegradation | ||
|
||
git+https://github.com/conservationinternational/[email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__version__ = "1.0.5" | ||
__version__ = "1.0.6" | ||
|
||
import sys | ||
import os | ||
|
Oops, something went wrong.