scivision

Results 103 comments of scivision

Thanks, I will take a look at this when I'm able. I've saved the notification.

Thanks for reaching out. So it looks like you want to index an existing xarray.Dataset after reading in a RINEX file. The way I would do this is with a...

Is there a specific file I can try? The hatanaka implementation was recently change to use the Python hatanaka library.

Thanks @ZephyrShannon this is an issue we intend to resolve in the future. OBS2 has been massively sped up to near-C speed, but OBS3 still needs that updated algorithm. Stay...

@ZephyrShannon we recently added the ability to read data from an OBS2 or OBS3 at every `interval=` seconds. For example if the big file has measurements once a second, you...

Thanks @fabprol for providing the link to the example data, I plan to look at this soon.

Hi @fabiopicchi I am not sure why this is happening. This install mechanism is tested continuously in https://github.com/scivision/georinex/blob/master/tests/test_scripts.py On Linux, the installed ReadRinex looks like: ```python #!/home/username/miniconda3/bin/python # EASY-INSTALL-ENTRY-SCRIPT: 'georinex','console_scripts','ReadRinex'...

can you try it with the current "main" branch of georinex? This issue may be resolved. In general there are a lot of nan, as any time or variable not...

Sorry for slow reply--thanks for thinking about this and the initial implementation! I am also thinking in light of what you and others have said, to make georinex use Dict...

Yes this is an excellent solution I think. I knew `merge` was taking a long time but didn't yet look into a solution as you did. I changed the name...