Versions Compared

Key

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

It is possible to create CRF from netCDF-4 using arcpy scripting.

Step-by-step guide

...

  1. Remove groups in netCDF-4.
  2. Run arcpy script like cp_crf_nc.py.


Info

Use ncks -G : input.nc output.nc to remove groups.

...