The EO Time Series Viewer is a http://www.qgis.org plugin to visualize time series of remote sensing images. Its major purpose is to ease the visualization and labeling of images from multiple sensors.
Visit http://eo-time-series-viewer.readthedocs.io/en/latest/ for more information.
- Install QGIS 3.40 or newer from https://qgis.org/
- Start QGIS
- Use the QGIS qgisPlugin Manager to install the Earth Observation Time Series Viewer plugin
-
Install QGIS environment
conda install -n eotsv -f=https://raw.githubusercontent.com/jakimowb/eo-time-series-viewer/refs/heads/main/.conda/eotsv.yml
-
Start QGIS
-
Use the QGIS qgisPlugin Manager to install the Earth Observation Time Series Viewer plugin
The EO Time Series Viewer is licenced under the GNU GPL-3 Licence.
git clone --recurse-submodules [email protected]:jakimowb/eo-time-series-viewer.git
cd eo-time-series-viewer
git submodule update --init --recursiveThe scripts/runtests.sh helps to run the unittest with pytest.
./scripts/runtests.shUse QGIS_VERSION=<version tag> and docker compose to run the tests with a specific QGIS version
a QGIS docker image
QGIS_VERSION=3.44 docker compose -f .docker/docker-compose.gh.yml run --pull always --rm qgis /usr/src/.docker/run_docker_tests.sh -n auto