Skip to content
/ cusum Public

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

License

Notifications You must be signed in to change notification settings

Pfefer/cusum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages