SkillAgentSearch skills...

Cusum

Package for processing Cumulative Sum change detection algorithm from downloading SAR images to visual shapefile result

Install / Use

/learn @Pfefer/Cusum
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Cusum

Package for processing Cumulative Sum (CuSum) change detection algorithm from downloading SAR images to visual shapefile result

Environment Setup

Start with creating a dedicated environment with conda, installing python 3.9. In a terminal or command prompt :

conda create -n my_env python=3.9

Install

In a terminal, activate your dedicated environment and install gdal 3.6.4 :

conda activate my_env

conda install -c conda-forge gdal=3.6.4

Install the cusum package using pip :

pip install cusum

Related Skills

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated1mo ago
Forks0

Languages

Python

Security Score

85/100

Audited on Mar 7, 2026

No findings