79504553

Date: 2025-03-12 18:27:22
Score: 1.5
Natty:
Report link

I had a similar issue with MOD13Q1 data. The following steps will allow you to get data in one area. You can then use the same steps with multiple files to create a time series. The full script that I used to plot satellite data timeseries and produce a map is linked here.

  1. Extract horizontal and vertical tile coordinates (h, v) from the file name.

  2. Loop through each line of the data structure to store the variables in a table.

  3. Reproject the sinusoidal coordinates to latitude & longitude with h and v.

  4. Load a kml file of your desired area. This can be made in Google Earth.

  5. Crop the data using "inpolygon".

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Jess R