Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3 #19

Open
michaelaye opened this issue Jan 26, 2015 · 3 comments
Open

Python 3 #19

michaelaye opened this issue Jan 26, 2015 · 3 comments

Comments

@michaelaye
Copy link
Contributor

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)

@tisaconundrum2
Copy link

It seems your repo for this is gone. Is there any chance of you putting it back up?

@michaelaye
Copy link
Contributor Author

michaelaye commented Jun 20, 2017

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

@tisaconundrum2
Copy link

Ah, perfect I'll take a look. Just need it to read some PDS files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants