MODIS & EarthAccess - spaceml-org/rs_tools GitHub Wiki

  • 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.