Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleNote
This workflow used ArcGIS Server 10.8 and a CF v1.6 compliant NetCDF. For adding raster creating a Mosaic Dataset using MDCS, Linux ArcGIS Server 10.7.1 is was used.

Step 1:

  • Convert a sample NetCDF to a MRF to get the MRF XML structure

...

Step 5:

  • Create Mosaic Dataset.
  • Use the AddRasters to Mosaic tool. Make Raster Type = Table and point to the CSV or table in AWS RDS DB using connection file (.sde).

    Info

    MDCS cannot handle AWS RDS input table with more than 4 (files) * 24 (hr) rows. It cannot create Mosaic Dataset with more than 2,000 rows.  ArcGIS Pro 2.5 doesn't have such restriction.

Step 6:

  • Right click on Mosaic Dataset.
  • Modify SelectModify > Build Multidimensional Info (using because we used raster proxy)
    Build Multidimensional Information since using a Raster Proxy and Table
  • Set Mosaic Dataset Properties as follows
    • Scientific
    • Number of Raster per mosaic
    • LERC Compression
    • Sort by StdTime
    • Set Use Time Start and Max
    • If StdZ Set as well
  • Alternatviely, MDCS can be used for building multidimensional info and caculating statistics.


Step 7:

  • Publish Mosaic Dataset using "Share as Web Layer" in ArcGIS Pro.
  • Or use upload.py ArcPy script.
  • If you add more rasters later using MDCS, restart service using ArcGIS Server Manager to see the new rasters.
    • Alternatviely, you can check "Has Live Data" option in the properties of the service.
    • Then, adjust time slider setting manually in Portal using "Advanced" option to view the newly added data.

      Info

      ArcPy script cannot publish WMS/WCS.  It can publish only ImageService. Use ArcGIS Pro to publish WMS/WCS.