-
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
BUG/ENH: modernize cosmic_gps methods #1
Comments
A possible route forward for when pysatCDAAC is created:
EDIT: created #3 for discussion of generalized method functions. |
GRACE is a useful data set, I think this is a good idea. |
When I just checked on CDAAC I got prompted for a username and password for GRACE data.
I’m all for finding a way to get the files tested.
We could potentially store credentials on travis CI as environment variables.
|
That's a bad idea. I'd hate for pysat to get a bad rep because CDAAC got swamped after someone stole our account details. Unless there's a way to do it silently. |
Download method has been updated for the public option and the subdirectories were updated to |
Version information added to the COSMIC file format string in #17. |
xarray support added in #18. |
The code over in #17 has been improved since the first note. Now, time mangling depends entirely upon invariant parsed information from filenames, so newer versions of a file will get the same time offset and be recognized as a newer version. |
Altitude_binning expanded across file types in #19 |
Other options to consider:
|
There is a user friendly aspect of defaulting to the latest data. Easier on the develop side if the files were more consistent. I don't think I've tried this but we could potentially make an inception like Instrument, or a Russian nesting doll Instrument. Idea would be three instruments, one for the old and new datasets, and the third internally uses functions from each to get the job done? This option does give everyone what they want, users can select either the old or new datasets, or they could get the Instrument that auto selects whatever is most recent. Brainstorming thought at this point. |
We could use three separate |
Sure. All a question of how big of a file do we want. More organizational than technical. |
The current structure of the cosmic_gps instrument needs to be updated for the pysat 3.0.0 release. While working on bugs related to pysat/pysat#337, a number of areas to improve have been noted, including
Proposed updates:
ref: https://cdaac-www.cosmic.ucar.edu/cdaac/cgi_bin/fileFormats.cgi?type=ionPrf
The text was updated successfully, but these errors were encountered: