Skip to content

KIT-IfGG/Bash-Scripts-for-Remote-Sensing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bash-Scripts-for-Remote-Sensing

Here you find a set of Unix bash sripts to process images in bach mode using gdal tools.

For example, you can use them as:

  • Convert all images in a directory to GTiff

    • sh Convert2TIFF.sh Input/directory/ Output/directoy/ inputFileExtension
  • Change the resolution information in the metadata:

    • sh SetResolution.sh Input/directory/ Output/directoy/ outputResolution
  • Transform the raster resolution:

    • sh TransformImageRes.sh Input/directory/ Output/directoy/ inputFileExtension outputResolution

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%