Skip to content

imagico/gdal-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

GDAL based python scripts for geodata processing

This repository is for GDAL based python tools for geodata processing

ls2rgb.py

This script assembles three landsat channels into an rgb geotiff file including value scaling and gamma correction.

Usage:

ls2rgb.py [-g gamma] [-s scale] red_file green_file blue_file outfile

Options:

  • -g: Gamma correction. Default: 2.0
  • -s: value scaling. Default: 1.0
  • red_file green_file blue_file: Input image files. If these are not single channel the first, second and third channel are used. This allows processing already assembled rgb images.
  • outfile: file name for output

Legal stuff

This program is licensed under the GNU GPL version 3.

Copyright 2013 Christoph Hormann

About

GDAL based python scripts for geodata processing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages