sarpy icon indicating copy to clipboard operation
sarpy copied to clipboard

CMETA Reader Typo

Open elwell67 opened this issue 2 years ago • 0 comments

Simple typo in Line 177 of io.general.nitf_elements.tres.unclass.CMETAA.py

"PATH" should be "PATCH" in the middle line.

self.add_field('CG_PATCH_LTCORLL', 's', 11, value)
self.add_field('CG_PATH_LNGCOLL', 's', 12, value)
self.add_field('CG_PATCH_LAT_CONFIDENCE', 's', 9, value)

Thanks!

elwell67 avatar Dec 18 '23 16:12 elwell67