Binary (aka Ross) compression is currently not supported. It looks like we can use the Python sas7bdat package as a template for implementing the decompression algorithm:
https://pypi.python.org/pypi/sas7bdat
(The library is MIT licensed.)
At present, compressed files fail with the error message "File has unsupported compression scheme".
Binary (aka Ross) compression is currently not supported. It looks like we can use the Python sas7bdat package as a template for implementing the decompression algorithm:
https://pypi.python.org/pypi/sas7bdat
(The library is MIT licensed.)
At present, compressed files fail with the error message "File has unsupported compression scheme".