Applied-GeoSolutions / gips

Geospatial Image Processing System
GNU General Public License v3.0
17 stars 5 forks source link

inspect and rectify acolite metadata #390

Closed ircwaves closed 6 years ago

ircwaves commented 7 years ago

https://github.com/Applied-GeoSolutions/gips/blob/f21a46120038514cee9bd87c6cdcad3d5b77e176/gips/data/landsat/landsat.py#L779-L784

In the above, either imeta can be dropped or second assignment can be make and update.

ra-tolson commented 7 years ago

Looks like imeta is needed after all:

(Pdb) imeta
{'GIPS-landsat Version': '1.0.0', 'GIPS Version': '0.8.2'}
ircwaves commented 7 years ago

Cool...so just wrap that assigned dict in a .update( ... )?

ra-tolson commented 7 years ago

Yes, that's working in my branch.