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
Looking at a time-series extraction of some land-cover points, some temporal features can be easily seen:
Looking specifically at the "mud flats" (lower time-series plot), we can inspect the two images nearest to the sudden decrease in multiple bands seen around the 2018 mark:
In these screenshots:
right, top, older (2017-06-25)
left, bottom, newer (2018-01-06)
The difference between these true-color views is huge.
The max shown on each histogram x-axis is approximately the same (around .06).
I cannot explain the difference.
Scaling?
Associated with each image is a set of ABSCALFACTOR_BAND_* properties for each band.
These images should have been scaled prior to the upload by processing done on CIRCE, however, we can try applying the scale factor in GEE to check.
The following is a mapping between band layer names in the images and ABSCALFACTOR names:
After trying either scaling map above on the images major differences between the images remain, and the color get all messed up.
This implies that the scaling has already been done as expected.
Looking at a time-series extraction of some land-cover points, some temporal features can be easily seen:
Looking specifically at the "mud flats" (lower time-series plot), we can inspect the two images nearest to the sudden decrease in multiple bands seen around the 2018 mark:
In these screenshots:
The difference between these true-color views is huge.
The max shown on each histogram x-axis is approximately the same (around .06).
I cannot explain the difference.
Scaling?
Associated with each image is a set of
ABSCALFACTOR_BAND_*
properties for each band.These images should have been scaled prior to the upload by processing done on CIRCE, however, we can try applying the scale factor in GEE to check.
The following is a mapping between band layer names in the images and ABSCALFACTOR names:
After trying either scaling map above on the images major differences between the images remain, and the color get all messed up.
This implies that the scaling has already been done as expected.
Code being used to generate these views is here.
The text was updated successfully, but these errors were encountered: