Closed jameswilburlewis closed 7 months ago
This is now implemented. If a variable has attribute VIRTUAL set to "true", we skip it (with a debug level log message). Some variables (e.g. a few of the THEMIS ESA quality-filtered variables) don't have a VIRTUAL attribute, but they do have "FUNCT" and "COMPONENT_0" attributes. These variables are also skipped, with log level "info" to make them a little more visible. See https://github.com/spedas/bleeding_edge/issues/150 for that issue.
Loading L2 ESA data produces lots of warnings:
These are virtual variables. We should probably skip them when loading a CDF (at least until we implement code to fill them in on the fly, by translating the relevant CDAWlib routines)