Hi Ryan,
I'm working on Python3 support and I think I'm almost there.
I'm trying to read this label file though:
https://gist.github.com/michaelaye/02cdc9e3446129b5047d
and cannot read the inner objects of 'IMAGE_INDEX_TABLE'. I only get this:
{'COLUMN': {'BYTES': '7',
'DATA_TYPE': 'CHARACTER',
'DESCRIPTION': '"Used to link a data product (file) to a standard data product (collection of similar files) described within software interface specification document for a particular data set. "',
'FORMAT': 'A7',
'NAME': 'STANDARD_DATA_PRODUCT_ID',
'START_BYTE': '3048'},
'COLUMNS': '118',
'INDEX_TYPE': 'SINGLE',
'INTERCHANGE_FORMAT': 'ASCII',
'ROWS': '3745',
'ROW_BYTES': '3057'}
Can you imagine what might be going wrong?
In case you have time to try it out, my branch for Py34 support is here:
https://github.com/michaelaye/PyPDS/tree/py34 (install with python setup.py develop)
Hi Ryan,
I'm working on Python3 support and I think I'm almost there.
I'm trying to read this label file though:
https://gist.github.com/michaelaye/02cdc9e3446129b5047d
and cannot read the inner objects of 'IMAGE_INDEX_TABLE'. I only get this:
{'COLUMN': {'BYTES': '7', 'DATA_TYPE': 'CHARACTER', 'DESCRIPTION': '"Used to link a data product (file) to a standard data product (collection of similar files) described within software interface specification document for a particular data set. "', 'FORMAT': 'A7', 'NAME': 'STANDARD_DATA_PRODUCT_ID', 'START_BYTE': '3048'}, 'COLUMNS': '118', 'INDEX_TYPE': 'SINGLE', 'INTERCHANGE_FORMAT': 'ASCII', 'ROWS': '3745', 'ROW_BYTES': '3057'}Can you imagine what might be going wrong?
In case you have time to try it out, my branch for Py34 support is here:
https://github.com/michaelaye/PyPDS/tree/py34 (install with
python setup.py develop)