-
When attempting to determine the cadence for `psp_fld_l3_rfs_hfr`, I encountered the following (`read_cdf` uses the Python CDF library).
```
url = 'https://cdaweb.gsfc.nasa.gov/sp_phys/data/psp/fi…
-
The following code:
```
from cdflib.xarray import cdf_to_xarray,xarray_to_cdf
import xarray as xr
# https://cdaweb.gsfc.nasa.gov/pub/data/ace/mag/level_2_cdaweb/mfi_h0/1997/ac_h0_mfi_19970902_v0…
-
As reported on SF.net: https://sourceforge.net/p/gnudatalanguage/feature-requests/73/
CDF routines could easily be implemented using the open source CDF library maintained at NASA: https://cdf.gsfc…
-
There seems to be a precision issue with printing out pad values; I created a simple CDF with a CDF_REAL4 variable called "rle" with a standard pad value of -1.0e30
```python
>>> from spacepy impo…
-
ESA's CDF library written by Mark Taylor is already in Maven, and we also have long-term plans to integrate the two libraries. It might be productive to use it instead of the CDFJ library created at …
-
I am receiving an error when trying to read a CDF file. Other CDF files read okay. I am using macOS 10.13.6, conda install of python 3.7.3, pysatCDF 0.3.0 (via pip) and have the most recent NASA CDF d…
-
From Justin Bowman, jb0123@mix.wvu.edu:
> I am a Graduate Student at WVU studying the Auroral Acceleration Region and I’ve been using data from DE2 to do this, but there is an instrument that was o…
-
For the HAPI server when `output=csv` is used, we would like to use the precision part when printing floating point values when the variable has a `FORMAT` or `FORM_PTR` attribute.
Two places that…
-
These variables have a FORM_PTR that points to an array of labels not an array of fortran format strings:
https://hapi-server.org/meta/cdaweb/variable/#datasetID=VOYAGER&VariableName=Channel
-
Parameter `data` has `DEPEND_1` and `DEPEND_2` of `pitch_angle_median` and `energy_median`, respectively, both of which have `RecVariance` of `VARY`.
They have `DEPEND_0`s of `compno_64` and `comp…