cedadev / nappy

NASA Ames Processing in PYthon (NAPPy) - a Python library for reading, writing and converting NASA Ames files.
BSD 3-Clause "New" or "Revised" License
9 stars 13 forks source link

use filelike obj and/or filename #9

Open ReimarBauer opened 6 years ago

ReimarBauer commented 6 years ago

I started to become a great fan of pyfilesystem2

A minimum to get nappy used by this is having a file like object for accessing data and not only path + filename. I have no idea if there is a limitation by the dependent cdat-lite.

Do you think it is possible to refactor for an additional filelike obj? Is this planned already?

agstephens commented 6 years ago

@ReimarBauer: No plans to do this - but if we can find the effort to do Py3 and replacing cdat-lite then it would be worth looking at. pyfilesystem2 looks cool.