You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are there any plans to update geoio to support WV04? I'm seeing errors like this when attempting to access a DGImage.meta_dg attribute: File "/home/ec2-user/.local/lib/python3.5/site-packages/geoio/dg.py", line 118, in __init__ self._set_dg_meta() File "/home/ec2-user/.local/lib/python3.5/site-packages/geoio/dg.py", line 208, in _set_dg_meta self.meta.band_centers = const.DG_WEIGHTED_BAND_CENTERS[sat_index] KeyError: 'WV04_P'
It seems like constants.py needs to be updated for WV04?
The text was updated successfully, but these errors were encountered:
Are there any plans to update geoio to support WV04? I'm seeing errors like this when attempting to access a DGImage.meta_dg attribute:
File "/home/ec2-user/.local/lib/python3.5/site-packages/geoio/dg.py", line 118, in __init__ self._set_dg_meta() File "/home/ec2-user/.local/lib/python3.5/site-packages/geoio/dg.py", line 208, in _set_dg_meta self.meta.band_centers = const.DG_WEIGHTED_BAND_CENTERS[sat_index] KeyError: 'WV04_P'
It seems like
constants.py
needs to be updated for WV04?The text was updated successfully, but these errors were encountered: