Skip to content

Compute each pixel value of all the images in the input stack for generate the composed of the median, maximum value, pixels valid, last pixel valid and others.

Notifications You must be signed in to change notification settings

SMByC/StackComposed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StackComposed

The StackComposed compute the stack composed of a specific statistic of band values for several time series of georeferenced data (such as Landsat images), even if these are in different scenes or tiles. The result is a output of statistic compute for all valid pixels values across the time axis (z-axis), in the wrapper extent for all input data in parallels process.

Documentation

Home page documentation: https://smbyc.github.io/StackComposed

Source code

The latest sources can be obtained from official repository: https://github.com/SMByC/StackComposed

Issue Tracker

Issues, ideas and enhancements: https://github.com/SMByC/StackComposed/issues

Installation

The StackComposed use the following apps/libraries:

  • Python3
  • Gdal
  • Numpy
  • Dask

Using Pip

You can install from PyPi repository:

pip3 install stack-composed

From source code

To install StackComposed from source:

git clone https://github.com/SMByC/StackComposed
cd StackComposed
python3 setup.py install
# or
pip3 install -e .

About us

StackComposed was developing, designed and implemented by the Group of Forest and Carbon Monitoring System (SMByC), operated by the Institute of Hydrology, Meteorology and Environmental Studies (IDEAM) - Colombia.

Author and developer: Xavier C. Llano
Theoretical support, tester and product verification: SMByC-PDI group

Contact

Xavier C. Llano: xavier.corredor.llano@gmail.com
SMByC: smbyc (a) ideam.gov.co

License

StackComposed is a free/libre software and is licensed under the GNU General Public License.

About

Compute each pixel value of all the images in the input stack for generate the composed of the median, maximum value, pixels valid, last pixel valid and others.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published