Skip to content

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.