Skip to content

This script takes in two .tif files (a source and a target) of the SAME geographical area (lat/long), and corrects the source .tif to match the feature locations of the target .tif

Notifications You must be signed in to change notification settings

bellenfanttyler/tiff_translator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tiff_translator

This script takes in two .tif files (a source and a target) of the SAME geographical area (lat/long), and corrects the source .tif to match the feature locations of the target .tif

Installation:

Create a conda env using the environment.yml file. Activate this environment before calling the function.

Example invocation:

python tifftranslator_RevA.py -s SKYWATCH_SS_PS_20220326T1003_TC_Tile_0_0_oDhJ.tif -t cliptiffcorrect.tif

Help information:

python tifftranslator_RevA.py -help usage: tifftranslator_RevA.py [-h] [-s SOURCE] [-t TARGET]

matched_example

About

This script takes in two .tif files (a source and a target) of the SAME geographical area (lat/long), and corrects the source .tif to match the feature locations of the target .tif

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages