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

ENH: TIMED SABER/SEE netCDF support #104

Open
jklenzing opened this issue Feb 24, 2022 · 6 comments
Open

ENH: TIMED SABER/SEE netCDF support #104

jklenzing opened this issue Feb 24, 2022 · 6 comments
Labels
enhancement New feature or request

Comments

@jklenzing
Copy link
Member

Is your feature request related to a problem? Please describe.
netCDF files are archived on CDAWeb: https://cdaweb.gsfc.nasa.gov/pub/data/timed/saber/level2a_v2_07_netCDF/

Describe the solution you'd like
It might be easier to incorporate these rather than cdf. Code would be similar to ICON implementation.

Describe alternatives you've considered
Fix the cdf / xarray integration #92

Additional context
Needs unzipping capabilty: #103

@jklenzing jklenzing added the enhancement New feature or request label Feb 24, 2022
@jklenzing jklenzing added this to the 0.0.4 release milestone Sep 2, 2022
@jklenzing
Copy link
Member Author

A new version is out, with a file rename to boot. May want to accelerate this task.

@jklenzing
Copy link
Member Author

Note that netCDF files use a 3-digit day of year rather than month and day. This requires a change to the remote file download routine, since only month and day are supported. Could use code from pysatCDAAC. Or could accelerate development of pysat/pysat#1012 to create a working download routine for both packages in the core code.

@jklenzing jklenzing changed the title ENH: TIMED SABER netCDF support ENH: TIMED SABER/SEE netCDF support Mar 30, 2023
@jklenzing
Copy link
Member Author

jklenzing commented Mar 30, 2023

3-digit day solved by TIMED/GUVI integration.

cdflib/xarray support having trouble with multi-day files (ie, SABER. found while working #136)

@jklenzing
Copy link
Member Author

#160 may replace this issue by fixing the xarray support using cdflib

@jklenzing
Copy link
Member Author

Noting an issue for TIMED SABER: there is a 2d variable called 'time' (since data is swept over altitude), which we currently rename as 'tp_time'. This functionality is not currently present in the cor pysat netcdf load routine, prompting errors.

@jklenzing
Copy link
Member Author

Both SABER and SEE have issues with the current implementation of load_netcdf from pysat. SEE does not have a datetime index in the file, only date and time (ut sec since midnight). Since the cdflib has a working solution now, we should probably either close this issue or bump it down the line until new capabilities are added to pysat.

@jklenzing jklenzing modified the milestones: 0.1.0 Release, Future Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant