NeoGeographyToolkit / StereoPipeline

The NASA Ames Stereo Pipeline is a suite of automated geodesy & stereogrammetry tools designed for processing planetary imagery captured from orbiting and landed robotic explorers on other planets.
Apache License 2.0
479 stars 169 forks source link

Add more rotation options to image_mosaic #223

Closed ScottMcMichael closed 5 years ago

ScottMcMichael commented 5 years ago

In addition to the 180 degree rotation options, some images need to be rotated by +/- 90 degrees.

ScottMcMichael commented 5 years ago

Added in 879422634f85f29283359c8ffa08eaacffc7e3f6.

jchollingsworth commented 4 years ago

Picking up on an old issue...

...it would be incredibly useful if image_mosaic could have an option to output the final mosaic in some arbitrary angle (not just 90 or 180). I guess cubic resampling could be the default (maybe with other resampling options from gdal?).

Cheers, J