All Projects → ConservationInternational → trends.earth

ConservationInternational / trends.earth

Licence: GPL-2.0 license
trends.earth - measure land change

Programming Languages

python
139335 projects - #7 most used programming language
Jupyter Notebook
11667 projects
XSLT
1337 projects
QMake
1090 projects
Batchfile
5799 projects
shell
77523 projects

Projects that are alternatives of or similar to trends.earth

hector
The Hector Simple Climate Model
Stars: ✭ 72 (+4.35%)
Mutual labels:  climate, climate-change
3D-PV-Locator
Repo for "3D-PV-Locator: Large-scale detection of rooftop-mounted photovoltaic systems in 3D" based on Applied Energy publication.
Stars: ✭ 35 (-49.28%)
Mutual labels:  remote-sensing, climate-change
rsgislib
Remote Sensing and GIS Software Library; python module tools for processing spatial data.
Stars: ✭ 103 (+49.28%)
Mutual labels:  earth, remote-sensing
climateconnect
The global climate action web platform. 🌏
Stars: ✭ 45 (-34.78%)
Mutual labels:  climate, climate-change
blockchain-carbon-accounting
This project implements blockchain applications for climate action and accounting, including emissions calculations, carbon trading, and validation of climate claims. It is part of the Linux Foundation's Hyperledger Climate Action and Accounting SIG.
Stars: ✭ 123 (+78.26%)
Mutual labels:  climate, climate-change
publicgoods-candidates
Registry for Digital Public Goods
Stars: ✭ 76 (+10.14%)
Mutual labels:  sdgs, sustainable-development-goals
ChangeFormer
Official PyTorch implementation of our IGARSS'22 paper: A Transformer-Based Siamese Network for Change Detection
Stars: ✭ 220 (+218.84%)
Mutual labels:  remote-sensing, climate-change
WorldWeather
The largest three-dimensional web-based interactive browser of satellite, weather, climate, and other time-aware geospatial data on the web, built upon NASA's revolutionary WorldWind technology.
Stars: ✭ 49 (-28.99%)
Mutual labels:  climate, earth
pylandtemp
Algorithms for computing global land surface temperature and emissivity from NASA's Landsat satellite images with Python.
Stars: ✭ 110 (+59.42%)
Mutual labels:  climate, remote-sensing
openair-cyan
DIY small-scale open hardware direct air carbon capture device called Cyan. Our documentation is on https://openair-collective.github.io/openair-cyan
Stars: ✭ 54 (-21.74%)
Mutual labels:  climate, climate-change
patch-ruby
Patch's Ruby client library - https://www.patch.io
Stars: ✭ 50 (-27.54%)
Mutual labels:  climate, climate-change
hacktoberfest-2020
Let's tackle the Climate-Change together with Open-Source 🌍 + 👩‍💻
Stars: ✭ 23 (-66.67%)
Mutual labels:  climate, climate-change
Climate-Change-Datasets
Here is a list of Climate Change Public Datasets 🌦🌪🌫🌀💧🌊
Stars: ✭ 115 (+66.67%)
Mutual labels:  climate, climate-change
osdg-tool
OSDG is an open-source tool that maps and connects activities to the UN Sustainable Development Goals (SDGs) by identifying SDG-relevant content in any text. The tool is available online at www.osdg.ai. API access available for research purposes.
Stars: ✭ 22 (-68.12%)
Mutual labels:  sdgs, sustainable-development-goals
ClimateChangeProjections
An embeddable map that shows climate change projections. How hot will it be by 2070 if we don't do something about it? Accessible at https://climatechange.codeforafrica.org
Stars: ✭ 29 (-57.97%)
Mutual labels:  climate, climate-change
hockeystick
Download and Visualize Essential Global Heating Data in R
Stars: ✭ 42 (-39.13%)
Mutual labels:  climate, climate-change
massive-change-detection
QGIS 2 plugin for applying change detection algorithms on high resolution satellite imagery
Stars: ✭ 18 (-73.91%)
Mutual labels:  qgis-plugin, remote-sensing
netpositive-money.github.io
Bitcoiners contributing to climate change solutions - the website
Stars: ✭ 17 (-75.36%)
Mutual labels:  climate, climate-change
arcsi
Software to automate the production of optical analysis ready data (ARD) from Landsat, Sentinel-2 and others.
Stars: ✭ 22 (-68.12%)
Mutual labels:  earth, remote-sensing
openclimate-demo
Open Climate Repo
Stars: ✭ 54 (-21.74%)
Mutual labels:  climate, climate-change

Trends.Earth

Trends.Earth

Build Status

Trends.Earth (formerly the Land Degradation Monitoring Toolbox) is a tool for monitoring land change. Trends.Earth is a QGIS plugin that supports monitoring of land change, including changes in productivity, land cover, and soil organic carbon. The tool can support monitoring land degradation for reporting to the Global Environment Facility (GEF) and United Nations Convention to Combat Desertification (UNCCD), as well as tracking progress towards achievement of Sustainable Development Goal (SDG) target 15.3, Land Degradation Neutrality (LDN).

Trends.Earth was produced as an output of the GEF-funded project “Enabling the use of global data sources to assess and monitor land degradation at multiple scales”. The project aims to provide guidance on robust methods and a tool for assessing, monitoring status, and estimating trends in land degradation using remote sensing technology.

The Land Degradation Monitoring Project is a collaboration of Conservation International, the National Aeronautics and Space Administration (NASA), and Lund University.

Documentation

See the user guide for information on how to use the plugin.

Installation of stable version of plugin

The easiest way to install the plugin is from within QGIS, using the QGIS plugin repository. However, It is also possible to install the plugin manually from a zipfile, which can be useful to access an old version of the plugin, or to install the plugin without internet. Instructions for both of these possibilities are below.

Stable version from within QGIS (recommended)

The easiest way to install the plugin is from within QGIS, using the QGIS plugin repository.

Stable version from zipfile

Download a stable version of Trends.Earth from the list of available releases on GitHub.

Now follow the instructions below on installing the plugin from a zipfile.

Installation of development version of plugin

If you are interested in using the development version of the plugin, with the very latest (but not as well tested) features, or in contributing to the development of it, you will want to install the development version. There are two ways to install the development version:

  • Using a packaged version (zipfile)

  • Cloning the github repository and installing from that code

It is easier to install the plugin from a zipfile than from github, so this option is recommended unless you are interested in contributing to development of the plugin.

Development version from zipfile

First download the latest Trends.Earth zipfile. QGIS3+ is required for the latest versions of Trends.Earth. The QGIS2 version is no longer supported (support ended in March 2020).

In case you want to use a previous version of Trends.Earth (e.g. versions that work with QGIS2), please refer to this repository where all Trends.Earth releases are available.

Now follow the instructions below on installing the plugin from a zipfile.

Development version from source

Open a terminal window and clone the latest version of the repository from Github:

git clone --recurse-submodules https://github.com/ConservationInternational/trends.earth

Navigate to the root folder of the newly cloned repository, and install invoke, a tool that assists with installing the plugin:

pip install invoke

Now run the setup task with invoke to pull in the external dependencies needed for the project:

invoke plugin-setup

Once invoke plugin-setup has run, you need to be sure all dependencies are setup with command:

invoke  set-version -v <version number as in version.txt>

then you can install the plugin using invoke:

invoke plugin-install --profile=<profile name>

If you modify the code, you need to run invoke plugin-install to update the installed plugin in QGIS. You only need to rerun invoke plugin-setup if you change or update the plugin dependencies. After reinstalling the plugin you will need to restart QGIS or reload the plugin. Install the "Plugin reloader" plugin if you plan on making a log of changes (https://github.com/borysiasty/plugin_reloader).

Installing plugin from a zipfile

While installing trends.earth directly from within QGIS is recommended, it might be necessary to install the plugin from a zipfile if you need to install it offline, or if you need the latest features.

To install from a zipfile, first download a zipfile of the stable or development version. The zipfile might be named LDMP.zipor LDMP_QGIS3.zip depending on what version you are installing.

When using QGIS3.10.3 or greater versions it is possible to install trends.earth directly from a zipfile. To install trends.earth from a zipfile, open QGIS3.10.3 (or greater) and click on "Plugins" then on "Manage and install plugins" and choose the option "Install from ZIP". Browse to the folder in which the zipfile has been saved, select the zipfile and click on 'Install Plugin'. It is not necessary to unzip the file.

Please, note that the latest version of trends.earth is only supported for QGIS3.10.3 or greater versions.

Start QGIS, and click on "Plugins" then "Manage and install plugins". In the plugins window that appears, click on "Installed", and then make sure there is a check in the box next to "Land Degradation Monitoring Tool". The plugin is now installed and activated. Click "Close", and start using the plugin.

Getting help

General questions

If you have questions related to the methods used by the plugin, how to use a particular dataset or function, etc., it is best to first check the user guide to see if your question is already addressed there. The frequently asked questions (FAQ) page is another good place to look.

If you don't find your answer in the above pages, you can also contact the discussion group.

Reporting an issue (error, possible bug, etc.)

If you think you have found a bug in Trends.Earth, report your issue to our issue tracker so the developers can look into it.

When you report an issue, be sure to provide enough information to allow us to be able to reproduce it. In particular, be sure to specify:

  • What you were doing with the plugin when the problem or error ocurred (for example "I clicked on 'Download Results' and got an error messaging saying describe what the message said".
  • The operating system you are using, version of the plugin are you using, and version of QGIS that you are using
  • If you are emailing about an error or problem that occurred when downloading results, tell us your username, and the task start time that is listed in the download tool for the task you are referring to
  • If the error occurred while processing data with the plugin, tell us the location you were analyzing with the tool (for example: "I selected Argentina from the dropdown menu"). If you used your own shapefile, please send us the file you used.
  • If you got a message saying "An error has ocurred while executing Python code", send us either the text of the message, or a a screenshot of the error message. Also, send us the content of the Trends.Earth log messages panel. To access the Trends.Earth log messages panel, select "View", then "Panels", then "Log Messages" from within QGIS. Copy and paste the text from that panel and include it in your issue report. It will make it easiest for us to track things down (as their will be fewer log messages) if you do this after first starting a new QGIS session and immediately reproducing the error.

License

Trends.Earth is free and open-source. It is licensed under the GNU General Public License, version 2.0 or later

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].