Currently, for the ICARTT reader requires the use of the icartt package, which has limited development support. This was originally explored to support FFI 2110 ICARTT files (multidimensional arrays), along with the standard FFI 1001.
A conversion of act.io.read_icartt methodology for ICARTT FFI 1001 formatted files (single independent variables - time). This would generate our own class to support only the FFI 1001 files, and generate a write module. FFI 2110 and FFI 2310 formats will not be supported and checks added to alert the user.
A previous class was made in python 2.7 for work done for NASA ORACLES/IMPACTS that would be converted to remove the icartt dependency
Currently, for the ICARTT reader requires the use of the icartt package, which has limited development support. This was originally explored to support FFI 2110 ICARTT files (multidimensional arrays), along with the standard FFI 1001.
A conversion of
act.io.read_icarttmethodology for ICARTT FFI 1001 formatted files (single independent variables - time). This would generate our own class to support only the FFI 1001 files, and generate a write module. FFI 2110 and FFI 2310 formats will not be supported and checks added to alert the user.A previous class was made in python 2.7 for work done for NASA ORACLES/IMPACTS that would be converted to remove the icartt dependency