-
Notifications
You must be signed in to change notification settings - Fork 2
MODIS & EarthAccess
Juan Emmanuel Johnson edited this page Feb 5, 2024
·
1 revision
- Transformations Values
- Fill NANs
- Calculate Lat-Lon
- Resample - Regrid
- BowTie
- Glint - Diffuse Over Ocean
Values
The values of the pixels are unitless. However, they give you the conversion between the units
@dataclass
class MODISImage:
@method
def radiances(self):
# calculate radiances from metadata
@method
def reflectances(self):
# calculate reflectances from the metadata
@method
def calculate_latlon(self):
# calculate lat-lon through interpolation.
Lat-Lon
The lat-lon coordinates are not in the correct coordinates.
This research is funded through a NASA 22-MDRAIT22-0018 award (No 80NSSC23K1045) and managed by Trillium Technologies Inc (trillium.tech).