Skip to content

stac-utils/qgis-stac-plugin

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2bffea6 · Oct 28, 2022
Sep 23, 2022
Jul 18, 2022
Nov 15, 2021
Nov 15, 2021
Nov 15, 2021
Oct 28, 2022
May 31, 2022
Nov 30, 2021
Jul 18, 2022
Nov 3, 2021
Dec 21, 2021
Jan 11, 2022
Nov 22, 2021
Jan 19, 2022
Jan 19, 2022
Jul 18, 2022
Nov 30, 2021
Nov 22, 2021

Repository files navigation

qgis-stac-plugin

GitHub Workflow Status GitHub release (latest by date including pre-releases) GitHub

QGIS plugin for reading STAC APIs

Site https://stac-utils.github.io/qgis-stac-plugin

Installation

During the development phase the plugin is available to install via a dedicated plugin repository https://stac-utils.github.io/qgis-stac-plugin/repository/plugins.xml

Open the QGIS plugin manager, then select the Settings page, click Add button on the Plugin Repositories group box and use the above url to create the new plugin repository. Add plugin repository

After adding the new repository, the plugin should be available from the list of all plugins that can be installed.

NOTE: While the development phase is on going the plugin will be flagged as experimental, make sure to enable the QGIS plugin manager in the Settings page to show the experimental plugins in order to be able to install it.

Alternatively the plugin can be installed using Install from ZIP option on the QGIS plugin manager. Download zip file from the required plugin released version https://github.com/stac-utils/qgis-stac-plugin/releases/download/{tagname}/qgis_stac.{version}.zip.

From the Install from ZIP page, select the zip file and click the Install button to install plugin Screenshot for install from zip option

When the development work is complete the plugin will be available on the QGIS official plugin repository.

Development

To use the plugin for development purposes, clone the repository locally, install poetry, a python dependencies management tool see https://python-poetry.org/docs/#installation then using the poetry tool, update the poetry lock file and install plugin dependencies by running

poetry update --lock
poetry install --no-dev

To install the plugin into the QGIS application use the below command

poetry run python admin.py install