Skip to content

A set of tools to help process and analyze raster imagery with a focus on vegetation indices (for now) and running operations in-memory. This is a completely rewritten version of the original RemoteProcessingPack software package.

adamweingram/RasterPack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RasterPack


A set of tools to designed to make processing raster data easier and faster

screenshot of software

Key FeaturesHow to Use

Key Features

  • Focus on in-memory operations
  • Written in Python using Numpy, RasterIO and GDAL packages
  • Import/read-in many different types of satellite/raster imagery
  • Run pre-processing steps on imagery in a common way
    • Vegetation indices
    • Resampling
    • Rescaling
    • Mosaicking (accelerated with Numba)
  • Write out results to disk
  • Uses data structure that are compatible with other tools

How to Use

The software is designed to be used in scripts or other processing chains, and is therefore distributed as a python package. The following sections contain instructions for installing the package in an existing python environment.

MacOS/Linux/Unix

git clone https://github.com/adamweingram/RasterPack.git RasterPack

pip3 install -e ./RasterPack

About

A set of tools to help process and analyze raster imagery with a focus on vegetation indices (for now) and running operations in-memory. This is a completely rewritten version of the original RemoteProcessingPack software package.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published