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
478 stars 168 forks source link

encountered an error in Historical_ Helper.py #403

Closed cc863 closed 10 months ago

cc863 commented 1 year ago

fd5f8983654fdfcae42430b044bc0e13

oleg-alexandrov commented 1 year ago

The third-party convert tool could not handle your giant images. 343,677 pixels on the side. Maybe you can try working at 50% the resolution? Or stitch fewer images? If reducing resolution, one can do gdal_translate -r average -outsize 50% 50% input.tif output.tif