PolarGeospatialCenter / imagery_utils

Other
34 stars 10 forks source link

Merge pgc_ortho.py and pgc_pansharpen.py into a single script #23

Open ehusby opened 3 years ago

ehusby commented 3 years ago

The pansharpening script currently does everything that the ortho script does -- with the addition of a post-orthorectification pansharpening step -- and a very large amount of code from pgc_ortho.py is duplicated in pgc_pansharpen.py. It would make sense to me that these scripts should eventually be merged into a single script that can invoke pansharpening as an additional script argument.