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

RuntimeError with crx file loading #51

Closed
Rhyst223 opened this issue Aug 29, 2019 · 1 comment
Closed

RuntimeError with crx file loading #51

Rhyst223 opened this issue Aug 29, 2019 · 1 comment

Comments

@Rhyst223
Copy link

I'm attempting to open a .crx file via the following in Python:


import georinex
dat = georinex.load('file.crx.gz')

but am receiving the following error:


  File "E:\Anaconda\lib\site-packages\georinex\base.py", line 63, in load
    verbose=verbose, fast=fast, interval=interval)

  File "E:\Anaconda\lib\site-packages\georinex\base.py", line 186, in rinexobs
    fast=fast, interval=interval)

  File "E:\Anaconda\lib\site-packages\georinex\obs3.py", line 76, in rinexobs3
    with opener(fn) as f:

  File "E:\Anaconda\lib\contextlib.py", line 81, in __enter__
    return next(self.gen)

  File "E:\Anaconda\lib\site-packages\georinex\io.py", line 62, in opener
    f = io.StringIO(_opencrx(f))

  File "E:\Anaconda\lib\site-packages\georinex\io.py", line 99, in _opencrx
    raise RuntimeError('Hatanka crx2rnx not available. Did you compile it per README?')

RuntimeError: Hatanka crx2rnx not available. Did you compile it per README?

I compiled the crx2rnx as suggested in your documentation, so I'm not really sure what is going on.

I can upload the file I was using in case this helps. I am using Python 3.6.5.

Thanks

@scivision
Copy link
Member

The Hatanaka converter now auto-builds in e89be95

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