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
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'}
what do you need it for? I highly recommend the more complete tools in github.com/planetarypy. For example for label reading only: the 'pvl' module. The results are a bit more nested, but it never fails at least. https://github.com/planetarypy/pvl
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:
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
)The text was updated successfully, but these errors were encountered: