-
Notifications
You must be signed in to change notification settings - Fork 2
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
Release pyDARNio v1.1 #21
Conversation
…asIq/Rawrf and moved the current latest classes to v05. test_borealis.py: Added placeholders for test files for v06 for rawrf, bfiq, rawacf and antennas_iq. Added Test class for v06 for BorealisRead. Updated test class for BorealisConvert to have v06 tests. WIP
Co-authored-by: mardet987 <mardet987@users.noreply.github.com>
Update naming of lp_status_word fix typo in agc_status_word
Parsing functions for phase encoding needed adjustments to handle new structure. More sample blanking was added in v0.6 so the check needed adjustment. fixed some conflicts with the gps_time type.
fix typo
fixed partial records error
Borealis v06
Fix/borealis arrayfix
I'm having trouble installing, I'm making a venv and then tried:
I don't know if that helps or not, but I'm a bit stuck if I can't install it :P Edit: this is on Mac |
Okay, I thought I just didn't know what I was doing. I also can't get it installed via pip or setup.py (likely my user error).
…________________________________
From: carleyjmartin ***@***.***>
Sent: May 14, 2021 12:31 PM
To: SuperDARN/pyDARNio ***@***.***>
Cc: Lozinsky, Adam ***@***.***>; Assign ***@***.***>
Subject: Re: [SuperDARN/pyDARNio] Release pyDARNio v1.1 (#21)
CAUTION: External to USask. Verify sender and use caution with links and attachments. Forward suspicious emails to ***@***.***
I'm having trouble installing, I'm making a venv and then tried:
pip3 install ***@***.***/v1.1
that didn't work so I also tried the clone then pip3 install . --user way, that didnt work so I tried the python setup.py install way.
They all just hang until I tell it to quit.
on the first way, It hangs after:
Collecting ***@***.***/v1.1
Cloning https://github.com/superdarn/pyDARNio (to revision release/v1.1) to /private/var/folders/fw/0wyj_jf501l_gj69h6dn009w0000gn/T/pip-req-build-7dw0v5ap
Running command git clone -q https://github.com/superdarn/pyDARNio /private/var/folders/fw/0wyj_jf501l_gj69h6dn009w0000gn/T/pip-req-build-7dw0v5ap
Running command git checkout -b release/v1.1 --track origin/release/v1.1
Switched to a new branch 'release/v1.1'
Branch 'release/v1.1' set up to track remote branch 'release/v1.1' from 'origin'.
I don't know if that helps or not, but I'm a bit stuck if I can't install it :P
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub<#21 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AFJ3WCNWBR2ZR5JNAMXHEYDTNVUBJANCNFSM435LRCQQ>.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OS: OpenSUSE Leap 15.2
Python Version: 3.6.12
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
-
general install
Install problems just went away and now I can install it with no issue? -
general reading DMAP and Borealis files
Read older rawacf and bfiq borealis files using BorealisRead()
Read dmap rawacf file using DmapRead() -
reading/writing Borealiss 0.6
Used BorealisConvert() to convert a new borealis rawafc file to a dmap.
Assuming that you're not supposed to be able to us BorealisRead() on v6 files as I get a structural error?
I don't know how to test these two?
- reading partial Map records
- Borealis Slive interface
OS: Mac Catalina 10.15.5
Python: 3.7.3
don't worry about the last two @RemingtonRohel did a good job on it. Map one is tricky since you need to find a partial record in a file which is not easy. The slice interface is you read an array file in and convert to a slice file or you call on records? @RemingtonRohel can you explain? |
Yes, the slice interface (actually the method |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Windows 10 x86-64
Python 3.7.10
OpenSUSE 15.2
Python 3.8.5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed the templates. There are some minor suggestions.
Was able to read in the data for the files that @RemingtonRohel posted. Did not test the other formats.
Example code:
`import pydarnio
sd_rawacf = pydarnio.BorealisRead('data/20210225.2219.22.sas.0.rawacf.hdf5.site', 'rawacf', 'site')
print(sd_rawacf.records)
`
OS: Ubuntu 20.04.2 LTS
Python 3.8.5
Co-authored-by: Devin Huyghebaert <devin.huyghebaert@gmail.com>
Co-authored-by: Devin Huyghebaert <devin.huyghebaert@gmail.com>
Scope
The new feature is reading/writing Borealis v0.6.
Documentation:
Changes:
Approvals
3 - all testing and reviewing. Please state on approval what OS and python version you used.
DEADLINE: May 17, 2021
Testing
Please ask @kevinkrieger where to get Borealis files to test on