Closed dstansby closed 2 years ago
Yes, fits_dataset
exists in SOAR TAP tables, but is missing some information present in cdf_dataset
.
I just took another look at this, and as you say there's not as much info in fits_dataset
, in particular there doesn't seem to be a column we can use as the dataset description:
For now I might just scrape the dataset names without a description, as that's still an improvement.
Base: 97.44% // Head: 97.63% // Increases project coverage by +0.18%
:tada:
Coverage data is based on head (
05350d9
) compared to base (9e657a2
). Patch coverage: 100.00% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Worth a unit test to check at least one product attr was registered?
Fixes https://github.com/sunpy/sunpy-soar/issues/33. I still need to work out how to add info from the FITS table to this.