You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’ve gotten the question “can PseudoNetCDF write ICARTT files?” a few times recently. I’m opening this question as a forum for exploring further.
PseudoNetCDF has a ICARTT reader and writer (Ames ffi 1001). The reader has been more heavy used and tested. The writer has had little use as far as I know. As a result, I’d expect some issues to arise in its use. For example, it doesn’t seem to work from the command line but it does work in python with the example file in the testcase.[1]
As a side note, there are other packages that do this. Recently, Christoph Knote has an icartt package was brought to my attention. A cursory read suggests that package supports ffi 1001 and may also support ffi 2110.
The icartt package is Python v2 compatible. It might be easy to update that package for v3 support. Probably just Unicode wrappers.
I’ve gotten the question “can PseudoNetCDF write ICARTT files?” a few times recently. I’m opening this question as a forum for exploring further.
PseudoNetCDF has a ICARTT reader and writer (Ames ffi 1001). The reader has been more heavy used and tested. The writer has had little use as far as I know. As a result, I’d expect some issues to arise in its use. For example, it doesn’t seem to work from the command line but it does work in python with the example file in the testcase.[1]
This in bash:
Is this in python or ipython:
I would be super grateful if anyone wanted to test and recommend or make improvements.
The text was updated successfully, but these errors were encountered: