This product is swath. This image service example converts swath to grid using pyresample.

Another possibility for swath product is to create a feature service. This document doesn't cover how to create a feature service.

Input Table Method

  1. Download HDF-EOS5 file from 1/1/2019 ~ 1/2/2019.
  2. Subset a variable, resample it using pyresample, and save it as netCDF-4 file.
  3. Put the netCDF-4 file in S3.
  4. Use it as a source in input table in CSV.  The table has 2 rows. Source refers to the netCDF-4 directly via vsis3/.

    OBJECTID;Variable;Dimensions;StdTime;StdTime_max;StdZ;Raster;long_name
    1;surface_temperature;"StdTime,StdZ";2018-01-01 00:00:00;2018-01-01 23:59:59;0;/vsis3/mop02j-008/MOP02J-20180102-L2V18.0.3.he5.nc;Retrieved Surface Temperature
    2;surface_temperature;"StdTime,StdZ";2018-01-02 00:00:00;2018-01-02 23:59:59;0;/vsis3/mop02j-008/MOP02J-20180102-L2V18.0.3.he5.nc;Retrieved Surface Temperature