https://github.com/actinia-org/actinia-satellite-plugin

This actinia plugin is designed for efficient satellite data handling, especially Landsat and Sentinel-2 scenes

https://github.com/actinia-org/actinia-satellite-plugin

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.6%) to scientific vocabulary

Keywords

actinia actinia-plugin earth-observation geospatial-analysis grass-gis opensource rest-api
Last synced: 5 months ago · JSON representation

Repository

This actinia plugin is designed for efficient satellite data handling, especially Landsat and Sentinel-2 scenes

Basic Info
  • Host: GitHub
  • Owner: actinia-org
  • License: gpl-3.0
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 267 KB
Statistics
  • Stars: 6
  • Watchers: 6
  • Forks: 5
  • Open Issues: 3
  • Releases: 10
Topics
actinia actinia-plugin earth-observation geospatial-analysis grass-gis opensource rest-api
Created almost 8 years ago · Last pushed 8 months ago
Metadata Files
Readme Changelog License Authors

README.md

Actinia Satellite Plugin

This actinia plugin is designed for efficient satellite data handling, especially Landsat and Sentinel-2 scenes. It implements endpoints for on-the-fly NDVI computation and time series import for Landsat and Sentinel-2 scenes in the actinia database.

Note:

Actinia[1] is an open source REST API for scalable, distributed, high performance
processing of geographical data that uses GRASS GIS for computational tasks.

The Actinia service consists of the *Actinia Core* that provides the basic but sophisticated processing service
and *Actinia plugins* that provide problem specific services like Sentinel-2 and Landsat NDVI computation,
spatio-temporal statistical analysis and many more.

[1] https://github.com/mundialis/actinia_core

Installation

The actinia plugin must be installed in the same environment as actinia core. Actinia core must be configured to load the installed plugin. When the plugin is loaded and all plugin endpoints are available in actinia, the interface description of actinia will be extended with the endpoints of the plugins.

.. code-block:: bash

    git clone https://github.com/mundialis/actinia_satellite_plugin.git

    cd actinia_satellite_plugin
    pip3 install .

..

After installation set the plugin name in the actinia core configuration and restart the actinia core server.

Testing locally

``` docker build -f docker/actinia-plugin-tests/Dockerfile -t actinia-plugin-test . docker run -v :/src/actiniasatelliteplugin/tests -it actinia-plugin-test:latest -i

run tests with

make test ```

Owner

  • Name: actinia
  • Login: actinia-org
  • Kind: organization

The geoprocessing platform actinia analyses large volumes of Earth-observation and geodata in the cloud. Repo overview at https://actinia-org.github.io/

GitHub Events

Total
  • Release event: 3
  • Delete event: 1
  • Push event: 17
  • Pull request review comment event: 3
  • Pull request review event: 6
  • Pull request event: 14
  • Create event: 10
Last Year
  • Release event: 3
  • Delete event: 1
  • Push event: 17
  • Pull request review comment event: 3
  • Pull request review event: 6
  • Pull request event: 14
  • Create event: 10

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 12
  • Average time to close issues: N/A
  • Average time to close pull requests: 4 months
  • Total issue authors: 0
  • Total pull request authors: 3
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 5
  • Bot issues: 0
  • Bot pull requests: 6
Past Year
  • Issues: 0
  • Pull requests: 9
  • Average time to close issues: N/A
  • Average time to close pull requests: 7 days
  • Issue authors: 0
  • Pull request authors: 3
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 4
Top Authors
Issue Authors
Pull Request Authors
  • renovate[bot] (6)
  • linakrisztian (4)
  • mmacata (2)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/flake8.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
.github/workflows/python-publish.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • softprops/action-gh-release v1 composite
pyproject.toml pypi
requirements.txt pypi
setup.py pypi