To 'overlay' these data with another dataset (e.g. the MODIS LAI product that we have been using) in a different (equal area) projection, we use the `gdal` function\n", + "\n", + " gdal.ReprojectImage(src, dst, src_proj, dst_proj, interp)\n", + " \n", + "where:\n",...