uw-cryo / skysat_stereo

Tools and libraries for processing Planet SkySat imagery, including camera model refinement, stereo reconstruction, and orthomosaic production
MIT License
62 stars 16 forks source link

Add required flag to outfn cli #23

Closed fnands closed 1 year ago

fnands commented 1 year ago

Running skysat_overlap.py without specifying -outfn will crash with an error about not being able to open files of type NoneType.

The script expects it to be there, but isn't listed as required, so this PR makes it a requirement.

Also, made a few formatting changes for consistency.

ShashankBice commented 1 year ago

Hi @fnands, Thanks for investing time and submitting the PR! I will go ahead and merge it!

Cheers, Shashank