WorldWideTelescope / toasty

Break large images into "tile pyramids", with a focus on the all-sky TOAST format.
https://toasty.readthedocs.io/
MIT License
0 stars 4 forks source link

Add some more AVM checks and compute constellations #78

Closed pkgw closed 2 years ago

pkgw commented 2 years ago

Here we augment the check-avm tool to provide slightly more verbose information about the AVM information in an image, specifically whether spatial information is present and/or seems to be correct for the image in question.

We also start requiring wwt_data_formats >= 0.13, which adds support for correctly computing constellation information for Places. We get these "for free" since these get computed automatically by the APIs we use.

codecov[bot] commented 2 years ago

Codecov Report

Merging #78 (0d112b2) into master (a7304d9) will decrease coverage by 0.01%. The diff coverage is 73.84%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #78      +/-   ##
==========================================
- Coverage   75.37%   75.36%   -0.02%     
==========================================
  Files          23       23              
  Lines        3432     3454      +22     
==========================================
+ Hits         2587     2603      +16     
- Misses        845      851       +6     
Impacted Files Coverage Δ
toasty/cli.py 79.82% <65.38%> (-0.49%) :arrow_down:
toasty/toast.py 80.98% <79.48%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a7304d9...0d112b2. Read the comment docs.