starplot 0.14.0__tar.gz → 0.15.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of starplot might be problematic. Click here for more details.
- {starplot-0.14.0 → starplot-0.15.0}/.github/workflows/docs.yml +5 -2
- {starplot-0.14.0 → starplot-0.15.0}/.github/workflows/release.yml +10 -0
- {starplot-0.14.0 → starplot-0.15.0}/.github/workflows/test.yml +6 -6
- {starplot-0.14.0 → starplot-0.15.0}/.gitignore +15 -4
- {starplot-0.14.0 → starplot-0.15.0}/Dockerfile +7 -3
- {starplot-0.14.0 → starplot-0.15.0}/Makefile +29 -9
- {starplot-0.14.0 → starplot-0.15.0}/PKG-INFO +11 -11
- {starplot-0.14.0 → starplot-0.15.0}/README.md +6 -6
- starplot-0.15.0/data/raw/constellation_borders.json +276 -0
- starplot-0.15.0/data/raw/constellations.json +95 -0
- starplot-0.15.0/data/raw/iau/and.txt +37 -0
- starplot-0.15.0/data/raw/iau/ant.txt +13 -0
- starplot-0.15.0/data/raw/iau/aps.txt +10 -0
- starplot-0.15.0/data/raw/iau/aql.txt +24 -0
- starplot-0.15.0/data/raw/iau/aqr.txt +23 -0
- starplot-0.15.0/data/raw/iau/ara.txt +15 -0
- starplot-0.15.0/data/raw/iau/ari.txt +12 -0
- starplot-0.15.0/data/raw/iau/aur.txt +21 -0
- starplot-0.15.0/data/raw/iau/boo.txt +20 -0
- starplot-0.15.0/data/raw/iau/cae.txt +14 -0
- starplot-0.15.0/data/raw/iau/cam.txt +34 -0
- starplot-0.15.0/data/raw/iau/cap.txt +12 -0
- starplot-0.15.0/data/raw/iau/car.txt +22 -0
- starplot-0.15.0/data/raw/iau/cas.txt +31 -0
- starplot-0.15.0/data/raw/iau/cen.txt +20 -0
- starplot-0.15.0/data/raw/iau/cep.txt +39 -0
- starplot-0.15.0/data/raw/iau/cet.txt +14 -0
- starplot-0.15.0/data/raw/iau/cha.txt +6 -0
- starplot-0.15.0/data/raw/iau/cir.txt +16 -0
- starplot-0.15.0/data/raw/iau/cma.txt +6 -0
- starplot-0.15.0/data/raw/iau/cmi.txt +15 -0
- starplot-0.15.0/data/raw/iau/cnc.txt +12 -0
- starplot-0.15.0/data/raw/iau/col.txt +7 -0
- starplot-0.15.0/data/raw/iau/com.txt +12 -0
- starplot-0.15.0/data/raw/iau/cra.txt +5 -0
- starplot-0.15.0/data/raw/iau/crb.txt +10 -0
- starplot-0.15.0/data/raw/iau/crt.txt +9 -0
- starplot-0.15.0/data/raw/iau/cru.txt +4 -0
- starplot-0.15.0/data/raw/iau/crv.txt +6 -0
- starplot-0.15.0/data/raw/iau/cvn.txt +15 -0
- starplot-0.15.0/data/raw/iau/cyg.txt +33 -0
- starplot-0.15.0/data/raw/iau/del.txt +15 -0
- starplot-0.15.0/data/raw/iau/dor.txt +22 -0
- starplot-0.15.0/data/raw/iau/dra.txt +50 -0
- starplot-0.15.0/data/raw/iau/equ.txt +9 -0
- starplot-0.15.0/data/raw/iau/eri.txt +46 -0
- starplot-0.15.0/data/raw/iau/for.txt +11 -0
- starplot-0.15.0/data/raw/iau/gem.txt +24 -0
- starplot-0.15.0/data/raw/iau/gru.txt +9 -0
- starplot-0.15.0/data/raw/iau/her.txt +33 -0
- starplot-0.15.0/data/raw/iau/hor.txt +23 -0
- starplot-0.15.0/data/raw/iau/hya.txt +39 -0
- starplot-0.15.0/data/raw/iau/hyi.txt +14 -0
- starplot-0.15.0/data/raw/iau/ind.txt +13 -0
- starplot-0.15.0/data/raw/iau/lac.txt +17 -0
- starplot-0.15.0/data/raw/iau/leo.txt +20 -0
- starplot-0.15.0/data/raw/iau/lep.txt +9 -0
- starplot-0.15.0/data/raw/iau/lib.txt +14 -0
- starplot-0.15.0/data/raw/iau/lmi.txt +17 -0
- starplot-0.15.0/data/raw/iau/lup.txt +14 -0
- starplot-0.15.0/data/raw/iau/lyn.txt +23 -0
- starplot-0.15.0/data/raw/iau/lyr.txt +17 -0
- starplot-0.15.0/data/raw/iau/men.txt +10 -0
- starplot-0.15.0/data/raw/iau/mic.txt +5 -0
- starplot-0.15.0/data/raw/iau/mon.txt +19 -0
- starplot-0.15.0/data/raw/iau/mus.txt +9 -0
- starplot-0.15.0/data/raw/iau/nor.txt +12 -0
- starplot-0.15.0/data/raw/iau/oct.txt +14 -0
- starplot-0.15.0/data/raw/iau/oph.txt +39 -0
- starplot-0.15.0/data/raw/iau/ori.txt +28 -0
- starplot-0.15.0/data/raw/iau/pav.txt +9 -0
- starplot-0.15.0/data/raw/iau/peg.txt +41 -0
- starplot-0.15.0/data/raw/iau/per.txt +28 -0
- starplot-0.15.0/data/raw/iau/phe.txt +12 -0
- starplot-0.15.0/data/raw/iau/pic.txt +22 -0
- starplot-0.15.0/data/raw/iau/psa.txt +6 -0
- starplot-0.15.0/data/raw/iau/psc.txt +26 -0
- starplot-0.15.0/data/raw/iau/pup.txt +13 -0
- starplot-0.15.0/data/raw/iau/pyx.txt +8 -0
- starplot-0.15.0/data/raw/iau/ret.txt +11 -0
- starplot-0.15.0/data/raw/iau/scl.txt +7 -0
- starplot-0.15.0/data/raw/iau/sco.txt +20 -0
- starplot-0.15.0/data/raw/iau/sct.txt +6 -0
- starplot-0.15.0/data/raw/iau/ser1.txt +15 -0
- starplot-0.15.0/data/raw/iau/ser2.txt +25 -0
- starplot-0.15.0/data/raw/iau/sex.txt +7 -0
- starplot-0.15.0/data/raw/iau/sge.txt +14 -0
- starplot-0.15.0/data/raw/iau/sgr.txt +13 -0
- starplot-0.15.0/data/raw/iau/tau.txt +27 -0
- starplot-0.15.0/data/raw/iau/tel.txt +5 -0
- starplot-0.15.0/data/raw/iau/tra.txt +18 -0
- starplot-0.15.0/data/raw/iau/tri.txt +16 -0
- starplot-0.15.0/data/raw/iau/tuc.txt +11 -0
- starplot-0.15.0/data/raw/iau/uma.txt +32 -0
- starplot-0.15.0/data/raw/iau/umi.txt +22 -0
- starplot-0.15.0/data/raw/iau/vel.txt +14 -0
- starplot-0.15.0/data/raw/iau/vir.txt +19 -0
- starplot-0.15.0/data/raw/iau/vol.txt +7 -0
- starplot-0.15.0/data/raw/iau/vul.txt +21 -0
- starplot-0.15.0/data/raw/milkyway.json +208 -0
- starplot-0.15.0/data/raw/ongc/NGC.csv +13970 -0
- starplot-0.15.0/data/raw/ongc/addendum.csv +65 -0
- starplot-0.15.0/data/raw/ongc/outlines/Antlia_lv1.txt +262 -0
- starplot-0.15.0/data/raw/ongc/outlines/C9_lv2.txt +226 -0
- starplot-0.15.0/data/raw/ongc/outlines/Cepheus_lv1.txt +1365 -0
- starplot-0.15.0/data/raw/ongc/outlines/CoronaAustralis_lv1.txt +364 -0
- starplot-0.15.0/data/raw/ongc/outlines/Cygnus_lv1.txt +314 -0
- starplot-0.15.0/data/raw/ongc/outlines/Cygnus_lv2.txt +724 -0
- starplot-0.15.0/data/raw/ongc/outlines/Cygnus_lv3.txt +1153 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC0059_lv1.txt +255 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC0059_lv2.txt +493 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC0063_lv2.txt +442 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC0341_lv1.txt +190 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC0348_lv1.txt +252 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC0348_lv2.txt +268 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC0348_lv3.txt +87 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC0359A_lv1.txt +230 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC0405_lv1.txt +358 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC0405_lv2.txt +349 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC0405_lv3.txt +202 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC0410_lv2.txt +284 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC0410_lv3.txt +229 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC0417_lv2.txt +211 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC0417_lv3.txt +131 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC0423_lv2.txt +145 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC0424_lv1.txt +476 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC0424_lv2.txt +340 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC0426_lv2.txt +224 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC0431_lv2.txt +74 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC0432_lv3.txt +70 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC0434_lv1.txt +297 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC0434_lv2.txt +312 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC0434_lv3.txt +301 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC0435_lv2.txt +111 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC0443_lv1.txt +436 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC0443_lv2.txt +494 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC0443_lv3.txt +245 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC0444_lv1.txt +113 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC0444_lv2.txt +103 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC0446_lv1.txt +147 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC0446_lv2.txt +114 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC0447_lv1.txt +271 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC0447_lv2.txt +316 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC0466_lv2.txt +67 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC1274_lv3.txt +176 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC1284_lv1.txt +360 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC1284_lv2.txt +253 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC1287_lv1.txt +254 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC1287_lv2.txt +220 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC1396_lv1.txt +300 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC1396_lv2.txt +332 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC1470_lv2.txt +91 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC1805_lv1.txt +675 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC1805_lv2.txt +377 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC1848_lv1.txt +544 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC1848_lv2.txt +679 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC2087_lv1.txt +141 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC2128_lv1.txt +190 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC2128_lv2.txt +290 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC2128_lv3.txt +113 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC2162_lv1.txt +334 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC2162_lv2.txt +423 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC2162_lv3.txt +240 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC2177_lv1.txt +594 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC2177_lv2.txt +817 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC2177_lv3.txt +384 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC2220_lv2.txt +157 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC2220_lv3.txt +110 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC2599_lv2.txt +188 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC2599_lv3.txt +209 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC2872_lv2.txt +371 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC2872_lv3.txt +212 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC2944_lv1.txt +483 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC2944_lv2.txt +503 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC2944_lv3.txt +369 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC2948_lv3.txt +503 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC2966_lv2.txt +109 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC4592_lv1.txt +318 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC4592_lv2.txt +221 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC4601_lv2.txt +157 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC4628_lv1.txt +400 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC4628_lv2.txt +359 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC4628_lv3.txt +274 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC4684_lv2.txt +51 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC4701_lv2.txt +309 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC4706_lv2.txt +184 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC4706_lv3.txt +141 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC4812_lv3.txt +182 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC4954_lv2.txt +78 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC4955_lv2.txt +73 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC5068_lv1.txt +535 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC5068_lv2.txt +313 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC5070_lv2.txt +455 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC5076_lv2.txt +151 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC5146_lv1.txt +235 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC5146_lv2.txt +170 -0
- starplot-0.15.0/data/raw/ongc/outlines/IC5148_lv2.txt +106 -0
- starplot-0.15.0/data/raw/ongc/outlines/LBN1032_lv1.txt +151 -0
- starplot-0.15.0/data/raw/ongc/outlines/LBN1032_lv2.txt +116 -0
- starplot-0.15.0/data/raw/ongc/outlines/LBN1032_lv3.txt +107 -0
- starplot-0.15.0/data/raw/ongc/outlines/LBN1037_lv2.txt +166 -0
- starplot-0.15.0/data/raw/ongc/outlines/LBN1037_lv3.txt +93 -0
- starplot-0.15.0/data/raw/ongc/outlines/LMC_lv1.txt +461 -0
- starplot-0.15.0/data/raw/ongc/outlines/LMC_lv2.txt +275 -0
- starplot-0.15.0/data/raw/ongc/outlines/M045_lv1.txt +500 -0
- starplot-0.15.0/data/raw/ongc/outlines/M045_lv2.txt +422 -0
- starplot-0.15.0/data/raw/ongc/outlines/M045_lv3.txt +391 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC0246_lv2.txt +287 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC0248_lv1.txt +92 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC0248_lv2.txt +93 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC0248_lv3.txt +57 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC0249_lv1.txt +139 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC0249_lv2.txt +127 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC0261_lv1.txt +62 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC0261_lv2.txt +131 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC0281_lv1.txt +329 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC0281_lv2.txt +352 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC0281_lv3.txt +484 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC0456_lv1.txt +112 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC0456_lv2.txt +115 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC0460_lv1.txt +108 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC0460_lv2.txt +162 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC0595_lv2.txt +81 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC0595_lv3.txt +147 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC0604_lv2.txt +157 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC0604_lv3.txt +200 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC0650_lv1.txt +206 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC0650_lv2.txt +191 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC0650_lv3.txt +152 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1333_lv1.txt +244 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1333_lv2.txt +332 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1360_lv1.txt +201 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1360_lv2.txt +196 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1491_lv1.txt +340 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1491_lv2.txt +389 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1491_lv3.txt +183 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1499_lv1.txt +348 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1499_lv2.txt +389 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1514_lv1.txt +150 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1514_lv2.txt +191 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1555_lv1.txt +115 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1555_lv2.txt +133 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1579_lv1.txt +254 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1579_lv2.txt +275 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1579_lv3.txt +126 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1624_lv1.txt +281 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1624_lv2.txt +286 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1624_lv3.txt +302 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1714_lv1.txt +136 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1714_lv2.txt +100 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1714_lv3.txt +92 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1715_lv2.txt +108 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1722_lv2.txt +122 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1727_lv1.txt +159 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1727_lv2.txt +212 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1736_lv1.txt +94 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1736_lv2.txt +132 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1736_lv3.txt +116 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1737_lv1.txt +151 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1737_lv2.txt +86 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1743_lv2.txt +149 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1743_lv3.txt +127 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1745_lv2.txt +147 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1748_lv2.txt +50 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1748_lv3.txt +41 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1760_lv1.txt +305 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1760_lv2.txt +371 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1760_lv3.txt +68 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1763_lv3.txt +155 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1769_lv3.txt +120 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1770_lv1.txt +172 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1770_lv2.txt +161 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1773_lv2.txt +172 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1773_lv3.txt +133 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1788_lv1.txt +441 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1788_lv2.txt +195 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1788_lv3.txt +148 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1829_lv1.txt +170 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1829_lv2.txt +75 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1833_lv1.txt +85 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1833_lv2.txt +107 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1858_lv1.txt +133 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1858_lv2.txt +115 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1858_lv3.txt +118 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1869_lv2.txt +153 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1871_lv1.txt +342 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1871_lv2.txt +241 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1874_lv2.txt +123 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1895_lv2.txt +116 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1895_lv3.txt +110 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1909_lv1.txt +486 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1909_lv2.txt +393 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1910_lv2.txt +199 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1914_lv1.txt +139 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1914_lv2.txt +144 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1918_lv2.txt +140 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1919_lv1.txt +136 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1920_lv1.txt +82 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1920_lv2.txt +95 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1931_lv2.txt +208 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1931_lv3.txt +126 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1934_lv1.txt +357 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1934_lv2.txt +348 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1934_lv3.txt +472 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1945_lv2.txt +174 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1948_lv2.txt +147 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1952_lv2.txt +339 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1952_lv3.txt +659 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1955_lv1.txt +372 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1955_lv2.txt +514 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1955_lv3.txt +126 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1968_lv3.txt +74 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1974_lv3.txt +57 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1976_lv1.txt +418 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1976_lv2.txt +445 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC1976_lv3.txt +521 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2014_lv1.txt +397 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2014_lv2.txt +233 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2014_lv3.txt +251 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2018_lv2.txt +291 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2018_lv3.txt +233 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2020_lv2.txt +115 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2023_lv2.txt +75 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2023_lv3.txt +66 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2024_lv2.txt +277 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2024_lv3.txt +336 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2032_lv2.txt +279 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2032_lv3.txt +332 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2040_lv3.txt +185 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2048_lv2.txt +176 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2048_lv3.txt +139 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2064_lv2.txt +312 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2068_lv1.txt +397 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2068_lv2.txt +164 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2068_lv3.txt +189 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2070_lv2.txt +390 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2070_lv3.txt +506 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2071_lv2.txt +218 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2071_lv3.txt +161 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2074_lv2.txt +292 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2074_lv3.txt +189 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2075_lv2.txt +92 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2077_lv2.txt +242 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2077_lv3.txt +112 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2078_lv2.txt +158 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2078_lv3.txt +318 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2081_lv3.txt +165 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2103_lv2.txt +115 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2103_lv3.txt +162 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2113_lv2.txt +48 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2122_lv1.txt +170 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2122_lv2.txt +197 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2122_lv3.txt +128 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2149_lv1.txt +145 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2149_lv2.txt +114 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2163_lv1.txt +162 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2163_lv2.txt +93 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2170_lv1.txt +347 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2170_lv2.txt +115 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2174_lv1.txt +326 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2174_lv2.txt +445 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2174_lv3.txt +603 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2182_lv1.txt +172 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2182_lv2.txt +130 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2183_lv1.txt +222 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2183_lv2.txt +59 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2185_lv2.txt +191 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2237_lv1.txt +287 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2237_lv2.txt +426 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2245_lv1.txt +200 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2245_lv2.txt +204 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2245_lv3.txt +45 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2247_lv1.txt +180 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2247_lv2.txt +154 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2247_lv3.txt +57 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2261_lv2.txt +129 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2264_lv1.txt +372 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2264_lv2.txt +308 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2264_lv3.txt +171 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2282_lv2.txt +117 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2316_lv1.txt +200 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2316_lv2.txt +122 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2327_lv2.txt +156 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2327_lv3.txt +112 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2359_lv1.txt +350 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2359_lv2.txt +474 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2359_lv3.txt +313 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2467_lv1.txt +381 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2467_lv2.txt +486 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2467_lv3.txt +362 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2579_lv1.txt +143 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2579_lv2.txt +167 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2579_lv3.txt +125 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2626_lv2.txt +88 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2736_lv1.txt +225 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC2736_lv2.txt +190 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC3199_lv1.txt +465 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC3199_lv2.txt +429 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC3199_lv3.txt +249 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC3247_lv2.txt +449 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC3247_lv3.txt +160 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC3372_lv1.txt +545 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC3372_lv2.txt +603 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC3372_lv3.txt +977 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC3503_lv2.txt +83 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC3503_lv3.txt +109 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC3572_lv1.txt +238 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC3572_lv2.txt +202 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC3572_lv3.txt +117 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC3579_lv1.txt +396 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC3579_lv2.txt +415 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC3579_lv3.txt +539 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC3603_lv3.txt +181 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC5367_lv1.txt +365 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC5367_lv2.txt +267 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC5367_lv3.txt +121 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC6164_lv1.txt +179 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC6164_lv2.txt +159 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC6165_lv2.txt +93 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC6188_lv1.txt +248 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC6188_lv2.txt +240 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC6334_lv1.txt +370 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC6334_lv2.txt +829 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC6334_lv3.txt +1122 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC6357_lv1.txt +412 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC6357_lv2.txt +520 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC6357_lv3.txt +50 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC6514_lv1.txt +331 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC6514_lv2.txt +235 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC6514_lv3.txt +366 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC6523_lv1.txt +526 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC6523_lv2.txt +488 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC6523_lv3.txt +731 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC6559_lv2.txt +387 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC6559_lv3.txt +273 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC6589_lv2.txt +95 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC6589_lv3.txt +77 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC6590_lv2.txt +90 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC6590_lv3.txt +71 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC6611_lv1.txt +475 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC6611_lv2.txt +661 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC6611_lv3.txt +483 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC6618_lv1.txt +404 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC6618_lv2.txt +266 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC6618_lv3.txt +549 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC6727_lv2.txt +312 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC6727_lv3.txt +193 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC6729_lv3.txt +44 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC6823_lv1.txt +287 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC6823_lv2.txt +351 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC6847_lv1.txt +104 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC6888_lv3.txt +109 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC6960_lv2.txt +1689 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC6960_lv3.txt +169 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC6992_lv2.txt +392 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC6992_lv3.txt +348 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC7000_lv1.txt +388 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC7000_lv2.txt +375 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC7000_lv3.txt +396 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC7023_lv1.txt +194 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC7023_lv2.txt +301 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC7023_lv3.txt +175 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC7129_lv1.txt +260 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC7129_lv2.txt +153 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC7129_lv3.txt +64 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC7380_lv1.txt +302 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC7380_lv2.txt +260 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC7380_lv3.txt +429 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC7538_lv2.txt +142 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC7538_lv3.txt +158 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC7635_lv2.txt +198 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC7635_lv3.txt +167 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC7822_lv1.txt +258 -0
- starplot-0.15.0/data/raw/ongc/outlines/NGC7822_lv2.txt +242 -0
- starplot-0.15.0/data/raw/ongc/outlines/Orion_lv1.txt +686 -0
- starplot-0.15.0/data/raw/ongc/outlines/Orion_lv2.txt +281 -0
- starplot-0.15.0/data/raw/ongc/outlines/Puppis_lv1.txt +417 -0
- starplot-0.15.0/data/raw/ongc/outlines/Scorpion_lv1.txt +372 -0
- starplot-0.15.0/data/raw/ongc/outlines/Scorpion_lv2.txt +401 -0
- starplot-0.15.0/data/raw/ongc/outlines/Vela_lv1.txt +1346 -0
- starplot-0.15.0/data/raw/ongc/outlines/Vela_lv2.txt +1756 -0
- starplot-0.15.0/data/raw/star_designations.csv +3358 -0
- starplot-0.15.0/data/readme.md +17 -0
- starplot-0.15.0/data/scripts/bigsky_mag11.py +24 -0
- {starplot-0.14.0/src/starplot/data/prep → starplot-0.15.0/data/scripts}/constellations.py +41 -45
- starplot-0.15.0/data/scripts/data_settings.py +9 -0
- starplot-0.15.0/data/scripts/db.py +115 -0
- starplot-0.15.0/data/scripts/docdata.py +85 -0
- {starplot-0.14.0/src/starplot/data/prep → starplot-0.15.0/data/scripts}/dsos.py +102 -112
- starplot-0.15.0/data/scripts/star_designations.py +45 -0
- {starplot-0.14.0 → starplot-0.15.0}/docs/changelog.md +12 -0
- {starplot-0.14.0 → starplot-0.15.0}/docs/coming-soon.md +0 -2
- {starplot-0.14.0 → starplot-0.15.0}/docs/css/extra.css +42 -1
- {starplot-0.14.0 → starplot-0.15.0}/docs/custom/main.html +2 -2
- starplot-0.15.0/docs/data/constellations.md +37 -0
- starplot-0.15.0/docs/data/dsos.md +55 -0
- starplot-0.15.0/docs/data/star-catalogs.md +53 -0
- starplot-0.15.0/docs/data/star-designations.md +42 -0
- starplot-0.15.0/docs/data-sources.md +22 -0
- starplot-0.15.0/docs/examples/horizon-double-cluster.md +24 -0
- {starplot-0.14.0 → starplot-0.15.0}/docs/examples/horizon-sgr.md +1 -1
- {starplot-0.14.0 → starplot-0.15.0}/docs/examples/star-chart-detail.md +1 -2
- {starplot-0.14.0 → starplot-0.15.0}/docs/examples.md +8 -0
- {starplot-0.14.0 → starplot-0.15.0}/docs/index.md +7 -5
- starplot-0.15.0/docs/installation.md +60 -0
- {starplot-0.14.0 → starplot-0.15.0}/docs/license.md +1 -1
- {starplot-0.14.0 → starplot-0.15.0}/docs/reference-callables.md +9 -12
- {starplot-0.14.0 → starplot-0.15.0}/docs/reference-models.md +6 -0
- {starplot-0.14.0 → starplot-0.15.0}/docs/reference-opticplot.md +1 -1
- starplot-0.15.0/docs/reference-selecting-objects.md +98 -0
- starplot-0.15.0/docs/reference-settings.md +21 -0
- {starplot-0.14.0 → starplot-0.15.0}/docs/reference-styling.md +19 -4
- {starplot-0.14.0 → starplot-0.15.0}/docs/tutorial/02.md +5 -3
- {starplot-0.14.0 → starplot-0.15.0}/docs/tutorial/03.md +2 -2
- {starplot-0.14.0 → starplot-0.15.0}/docs/tutorial/05.md +5 -5
- {starplot-0.14.0 → starplot-0.15.0}/docs/tutorial/06.md +4 -4
- {starplot-0.14.0 → starplot-0.15.0}/docs/tutorial/07.md +2 -2
- {starplot-0.14.0 → starplot-0.15.0}/examples/examples.py +14 -13
- starplot-0.15.0/examples/horizon_double_cluster.py +52 -0
- {starplot-0.14.0 → starplot-0.15.0}/examples/horizon_sgr.py +5 -7
- {starplot-0.14.0 → starplot-0.15.0}/examples/map_big.py +7 -7
- {starplot-0.14.0 → starplot-0.15.0}/examples/map_big_dipper.py +6 -6
- {starplot-0.14.0 → starplot-0.15.0}/examples/map_canis_major.py +6 -6
- {starplot-0.14.0 → starplot-0.15.0}/examples/map_comet_neowise.py +8 -6
- {starplot-0.14.0 → starplot-0.15.0}/examples/map_milky_way_stars.py +7 -7
- {starplot-0.14.0 → starplot-0.15.0}/examples/map_orion.py +12 -16
- {starplot-0.14.0 → starplot-0.15.0}/examples/map_orthographic.py +6 -6
- {starplot-0.14.0 → starplot-0.15.0}/examples/map_sagittarius.py +9 -9
- {starplot-0.14.0 → starplot-0.15.0}/examples/optic_m45.py +5 -4
- {starplot-0.14.0 → starplot-0.15.0}/examples/optic_moon_saturn.py +2 -2
- {starplot-0.14.0 → starplot-0.15.0}/examples/optic_orion_nebula.py +6 -5
- {starplot-0.14.0 → starplot-0.15.0}/examples/star_chart_basic.py +2 -2
- {starplot-0.14.0 → starplot-0.15.0}/examples/star_chart_detail.py +18 -13
- {starplot-0.14.0 → starplot-0.15.0}/hash_checks/hashlock.yml +35 -35
- {starplot-0.14.0 → starplot-0.15.0}/hash_checks/horizon_checks.py +5 -5
- {starplot-0.14.0 → starplot-0.15.0}/hash_checks/map_checks.py +92 -68
- {starplot-0.14.0 → starplot-0.15.0}/hash_checks/optic_checks.py +25 -23
- {starplot-0.14.0 → starplot-0.15.0}/hash_checks/zenith_checks.py +3 -3
- {starplot-0.14.0 → starplot-0.15.0}/mkdocs.yml +7 -2
- {starplot-0.14.0 → starplot-0.15.0}/pyproject.toml +7 -4
- starplot-0.15.0/requirements-dev.txt +17 -0
- {starplot-0.14.0 → starplot-0.15.0}/requirements.txt +5 -4
- starplot-0.15.0/scripts/deprecated/create_db.py +63 -0
- {starplot-0.14.0/scripts → starplot-0.15.0/scripts/deprecated}/ongc_geopack.py +75 -30
- starplot-0.15.0/scripts/deprecated/star_designations.py +50 -0
- starplot-0.15.0/scripts/geopack.py +104 -0
- {starplot-0.14.0 → starplot-0.15.0}/scripts/ongc_docdata.py +3 -5
- starplot-0.15.0/scripts/pq_stars.py +83 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/__init__.py +3 -1
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/base.py +149 -37
- starplot-0.15.0/src/starplot/cli.py +33 -0
- starplot-0.15.0/src/starplot/data/__init__.py +13 -0
- starplot-0.15.0/src/starplot/data/bigsky.py +115 -0
- starplot-0.15.0/src/starplot/data/constellation_lines.py +827 -0
- starplot-0.15.0/src/starplot/data/constellation_stars.py +1501 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/data/constellations.py +43 -32
- starplot-0.15.0/src/starplot/data/db.py +17 -0
- starplot-0.15.0/src/starplot/data/dsos.py +50 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/data/stars.py +45 -24
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/geod.py +0 -6
- starplot-0.15.0/src/starplot/geometry.py +181 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/horizon.py +118 -107
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/map.py +45 -96
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/mixins.py +75 -14
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/models/__init__.py +1 -1
- starplot-0.15.0/src/starplot/models/base.py +48 -0
- starplot-0.15.0/src/starplot/models/constellation.py +118 -0
- starplot-0.15.0/src/starplot/models/dso.py +248 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/models/moon.py +57 -78
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/models/planet.py +44 -69
- starplot-0.15.0/src/starplot/models/star.py +166 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/models/sun.py +32 -53
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/optic.py +14 -17
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/plotters/constellations.py +81 -78
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/plotters/dsos.py +49 -68
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/plotters/experimental.py +1 -1
- starplot-0.15.0/src/starplot/plotters/milkyway.py +39 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/plotters/stars.py +91 -116
- starplot-0.15.0/src/starplot/profile.py +16 -0
- starplot-0.15.0/src/starplot/settings.py +26 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/styles/__init__.py +2 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/styles/base.py +7 -17
- starplot-0.15.0/src/starplot/styles/ext/blue_gold.yml +135 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/styles/ext/blue_light.yml +5 -4
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/styles/ext/blue_medium.yml +11 -7
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/styles/extensions.py +1 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/warnings.py +5 -0
- {starplot-0.14.0 → starplot-0.15.0}/tests/test_constellations.py +1 -1
- starplot-0.15.0/tests/test_data.py +15 -0
- {starplot-0.14.0 → starplot-0.15.0}/tests/test_map.py +6 -6
- {starplot-0.14.0 → starplot-0.15.0}/tests/test_models.py +16 -42
- {starplot-0.14.0 → starplot-0.15.0}/tests/test_stars.py +5 -9
- {starplot-0.14.0 → starplot-0.15.0}/tutorial/tutorial_02.py +2 -2
- {starplot-0.14.0 → starplot-0.15.0}/tutorial/tutorial_03.py +11 -8
- {starplot-0.14.0 → starplot-0.15.0}/tutorial/tutorial_04.py +10 -7
- {starplot-0.14.0 → starplot-0.15.0}/tutorial/tutorial_05.py +9 -7
- {starplot-0.14.0 → starplot-0.15.0}/tutorial/tutorial_06.py +10 -11
- {starplot-0.14.0 → starplot-0.15.0}/tutorial/tutorial_08.py +3 -4
- starplot-0.14.0/docs/data-sources.md +0 -23
- starplot-0.14.0/docs/installation.md +0 -58
- starplot-0.14.0/docs/reference-data.md +0 -32
- starplot-0.14.0/docs/reference-selecting-objects.md +0 -86
- starplot-0.14.0/requirements-dev.txt +0 -16
- starplot-0.14.0/scripts/constellation_hips.py +0 -37
- starplot-0.14.0/scripts/gallery.py +0 -399
- starplot-0.14.0/scripts/geopack.py +0 -41
- starplot-0.14.0/scripts/hip.py +0 -55
- starplot-0.14.0/scripts/ipy.py +0 -25
- starplot-0.14.0/scripts/moonphases.py +0 -36
- starplot-0.14.0/src/starplot/data/__init__.py +0 -31
- starplot-0.14.0/src/starplot/data/bayer.py +0 -3499
- starplot-0.14.0/src/starplot/data/bigsky.py +0 -97
- starplot-0.14.0/src/starplot/data/dsos.py +0 -167
- starplot-0.14.0/src/starplot/data/flamsteed.py +0 -2682
- starplot-0.14.0/src/starplot/data/library/constellation_borders_inv.gpkg +0 -0
- starplot-0.14.0/src/starplot/data/library/constellation_lines_hips.json +0 -709
- starplot-0.14.0/src/starplot/data/library/constellation_lines_inv.gpkg +0 -0
- starplot-0.14.0/src/starplot/data/library/constellations.gpkg +0 -0
- starplot-0.14.0/src/starplot/data/library/constellations_hip.fab +0 -88
- starplot-0.14.0/src/starplot/data/library/milkyway.gpkg +0 -0
- starplot-0.14.0/src/starplot/data/library/milkyway_inv.gpkg +0 -0
- starplot-0.14.0/src/starplot/data/library/ongc.gpkg.zip +0 -0
- starplot-0.14.0/src/starplot/data/library/stars.bigsky.mag11.parquet +0 -0
- starplot-0.14.0/src/starplot/data/library/stars.hipparcos.parquet +0 -0
- starplot-0.14.0/src/starplot/data/messier.py +0 -111
- starplot-0.14.0/src/starplot/data/prep/utils.py +0 -16
- starplot-0.14.0/src/starplot/geometry.py +0 -82
- starplot-0.14.0/src/starplot/models/base.py +0 -166
- starplot-0.14.0/src/starplot/models/constellation.py +0 -95
- starplot-0.14.0/src/starplot/models/dso.py +0 -183
- starplot-0.14.0/src/starplot/models/geometry.py +0 -44
- starplot-0.14.0/src/starplot/models/star.py +0 -135
- starplot-0.14.0/src/starplot/plotters/milkyway.py +0 -41
- starplot-0.14.0/tests/test_data.py +0 -12
- {starplot-0.14.0 → starplot-0.15.0}/.dockerignore +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/.github/FUNDING.yml +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/CODE_OF_CONDUCT.md +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/CONTRIBUTING.md +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/LICENSE +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/docs/about.md +0 -0
- {starplot-0.14.0/docs/images/examples → starplot-0.15.0/docs/data}/.keep +0 -0
- starplot-0.14.0/docs/data/.keep → starplot-0.15.0/docs/data-explorer.md +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/docs/examples/map-big-dipper.md +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/docs/examples/map-big.md +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/docs/examples/map-canis-major.md +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/docs/examples/map-comet-neowise.md +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/docs/examples/map-milky-way-stars.md +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/docs/examples/map-orion.md +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/docs/examples/map-orthographic.md +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/docs/examples/map-sagittarius.md +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/docs/examples/optic-m45.md +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/docs/examples/optic-moon-saturn.md +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/docs/examples/optic-orion.md +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/docs/examples/optic-solar-eclipse.md +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/docs/examples/star-chart-basic.md +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/docs/images/banner.png +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/docs/images/banner.svg +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/docs/images/banner.vectornator +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/docs/images/celestial-globe.svg +0 -0
- {starplot-0.14.0/docs/images/tutorial → starplot-0.15.0/docs/images/examples}/.keep +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/docs/images/favicon.png +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/docs/images/favicon.svg +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/docs/images/logo.png +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/docs/images/logo.svg +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/docs/images/logo.vectornator +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/docs/images/logo2.png +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/docs/images/logo2.vectornator +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/docs/images/logo500.png +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/docs/images/mono.png +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/docs/images/mono.svg +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/docs/images/star.svg +0 -0
- {starplot-0.14.0/hash_checks/data → starplot-0.15.0/docs/images/tutorial}/.keep +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/docs/reference-horizonplot.md +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/docs/reference-mapplot.md +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/docs/reference-ongc.md +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/docs/robots.txt +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/docs/tutorial/01.md +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/docs/tutorial/04.md +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/docs/tutorial/08.md +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/docs/tutorial/09.md +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/docs/tutorial.md +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/examples/optic_solar_eclipse.py +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/hash_checks/__init__.py +0 -0
- {starplot-0.14.0/tests → starplot-0.15.0/hash_checks}/data/.keep +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/hash_checks/hashio.py +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/hash_checks/template.html +0 -0
- {starplot-0.14.0/scripts → starplot-0.15.0/scripts/deprecated}/gpack_constellations.py +0 -0
- {starplot-0.14.0/scripts → starplot-0.15.0/scripts/deprecated}/hip_parquet.py +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/scripts/download_cons.py +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/scripts/ecliptic.py +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/scripts/starnames.py +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/scripts/voronoi.py +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/callables.py +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/coordinates.py +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/data/ecliptic.py +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/data/library/de421_2001.bsp +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/data/utils.py +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/models/objects.py +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/optics.py +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/plotters/__init__.py +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/projections.py +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/styles/ext/antique.yml +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/styles/ext/blue_dark.yml +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/styles/ext/cb_wong.yml +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/styles/ext/color_print.yml +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/styles/ext/grayscale.yml +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/styles/ext/grayscale_dark.yml +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/styles/ext/map.yml +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/styles/ext/nord.yml +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/styles/ext/optic.yml +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/styles/fonts-library/gfs-didot/DESCRIPTION.en_us.html +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/styles/fonts-library/gfs-didot/GFSDidot-Regular.ttf +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/styles/fonts-library/gfs-didot/METADATA.pb +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/styles/fonts-library/gfs-didot/OFL.txt +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/styles/fonts-library/hind/DESCRIPTION.en_us.html +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/styles/fonts-library/hind/Hind-Bold.ttf +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/styles/fonts-library/hind/Hind-Light.ttf +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/styles/fonts-library/hind/Hind-Medium.ttf +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/styles/fonts-library/hind/Hind-Regular.ttf +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/styles/fonts-library/hind/Hind-SemiBold.ttf +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/styles/fonts-library/hind/METADATA.pb +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/styles/fonts-library/hind/OFL.txt +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/styles/fonts-library/inter/Inter-Black.ttf +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/styles/fonts-library/inter/Inter-BlackItalic.ttf +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/styles/fonts-library/inter/Inter-Bold.ttf +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/styles/fonts-library/inter/Inter-BoldItalic.ttf +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/styles/fonts-library/inter/Inter-ExtraBold.ttf +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/styles/fonts-library/inter/Inter-ExtraBoldItalic.ttf +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/styles/fonts-library/inter/Inter-ExtraLight.ttf +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/styles/fonts-library/inter/Inter-ExtraLightItalic.ttf +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/styles/fonts-library/inter/Inter-Italic.ttf +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/styles/fonts-library/inter/Inter-Light.ttf +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/styles/fonts-library/inter/Inter-LightItalic.ttf +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/styles/fonts-library/inter/Inter-Medium.ttf +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/styles/fonts-library/inter/Inter-MediumItalic.ttf +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/styles/fonts-library/inter/Inter-Regular.ttf +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/styles/fonts-library/inter/Inter-SemiBold.ttf +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/styles/fonts-library/inter/Inter-SemiBoldItalic.ttf +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/styles/fonts-library/inter/Inter-Thin.ttf +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/styles/fonts-library/inter/Inter-ThinItalic.ttf +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/styles/fonts-library/inter/LICENSE.txt +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/styles/fonts.py +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/styles/helpers.py +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/styles/markers.py +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/src/starplot/utils.py +0 -0
- {starplot-0.14.0/src/starplot/data/prep → starplot-0.15.0/tests}/__init__.py +0 -0
- starplot-0.14.0/tests/__init__.py → starplot-0.15.0/tests/data/.keep +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/tests/test_optic.py +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/tests/test_styles.py +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/tests/test_utils.py +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/tests/utils.py +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/tutorial/build.py +0 -0
- {starplot-0.14.0 → starplot-0.15.0}/tutorial/tutorial_07.py +1 -1
|
@@ -16,6 +16,9 @@ jobs:
|
|
|
16
16
|
|
|
17
17
|
- name: Build Docker image
|
|
18
18
|
run: make build
|
|
19
|
+
|
|
20
|
+
- name: Build sky.db
|
|
21
|
+
run: make db CI=true
|
|
19
22
|
|
|
20
23
|
- name: Build Examples
|
|
21
24
|
run: make examples
|
|
@@ -23,8 +26,8 @@ jobs:
|
|
|
23
26
|
- name: Build Tutorial
|
|
24
27
|
run: make tutorial
|
|
25
28
|
|
|
26
|
-
- name: Build
|
|
27
|
-
run: make
|
|
29
|
+
- name: Build Data Reference
|
|
30
|
+
run: make build-doc-data
|
|
28
31
|
|
|
29
32
|
- name: Build Docs
|
|
30
33
|
run: make docs-build
|
|
@@ -10,18 +10,28 @@ jobs:
|
|
|
10
10
|
runs-on: ubuntu-22.04
|
|
11
11
|
steps:
|
|
12
12
|
- uses: actions/checkout@v4
|
|
13
|
+
|
|
13
14
|
- name: Build Docker Image
|
|
14
15
|
run: make build
|
|
16
|
+
|
|
15
17
|
- name: Check Lint
|
|
16
18
|
run: make lint CI=true
|
|
19
|
+
|
|
17
20
|
- name: Check Format
|
|
18
21
|
run: make format CI=true ARGS=--check
|
|
22
|
+
|
|
23
|
+
- name: Build sky.db
|
|
24
|
+
run: make db CI=true
|
|
25
|
+
|
|
19
26
|
- name: Run Tests
|
|
20
27
|
run: make test CI=true
|
|
28
|
+
|
|
21
29
|
- name: Check Image Hashes
|
|
22
30
|
run: make check-hashes CI=true
|
|
31
|
+
|
|
23
32
|
- name: Build
|
|
24
33
|
run: make flit-build
|
|
34
|
+
|
|
25
35
|
- name: Publish
|
|
26
36
|
env:
|
|
27
37
|
FLIT_USERNAME: __token__
|
|
@@ -15,6 +15,8 @@ jobs:
|
|
|
15
15
|
- uses: actions/checkout@v4
|
|
16
16
|
- name: Build Docker Image
|
|
17
17
|
run: make build
|
|
18
|
+
- name: Build sky.db
|
|
19
|
+
run: make db CI=true
|
|
18
20
|
- name: Check Lint
|
|
19
21
|
run: make lint CI=true
|
|
20
22
|
- name: Check Format
|
|
@@ -25,30 +27,28 @@ jobs:
|
|
|
25
27
|
run: make check-hashes CI=true
|
|
26
28
|
- name: Build PIP Package
|
|
27
29
|
run: make flit-build
|
|
28
|
-
|
|
29
|
-
runs-on: ubuntu-22.04
|
|
30
|
-
steps:
|
|
31
|
-
- uses: actions/checkout@v4
|
|
32
|
-
- name: Run Tests - Python 3.9
|
|
33
|
-
run: make test-3.9 CI=true
|
|
30
|
+
|
|
34
31
|
test-python-3-10:
|
|
35
32
|
runs-on: ubuntu-22.04
|
|
36
33
|
steps:
|
|
37
34
|
- uses: actions/checkout@v4
|
|
38
35
|
- name: Run Tests - Python 3.10
|
|
39
36
|
run: make test-3.10 CI=true
|
|
37
|
+
|
|
40
38
|
test-python-3-11:
|
|
41
39
|
runs-on: ubuntu-22.04
|
|
42
40
|
steps:
|
|
43
41
|
- uses: actions/checkout@v4
|
|
44
42
|
- name: Run Tests - Python 3.11
|
|
45
43
|
run: make test-3.11 CI=true
|
|
44
|
+
|
|
46
45
|
test-python-3-12:
|
|
47
46
|
runs-on: ubuntu-22.04
|
|
48
47
|
steps:
|
|
49
48
|
- uses: actions/checkout@v4
|
|
50
49
|
- name: Run Tests - Python 3.12
|
|
51
50
|
run: make test-3.12 CI=true
|
|
51
|
+
|
|
52
52
|
# Python 3.13 not supported yet, needs investigation!
|
|
53
53
|
# test-python-3-13:
|
|
54
54
|
# runs-on: ubuntu-22.04
|
|
@@ -9,17 +9,28 @@ hip8.dat
|
|
|
9
9
|
CometEls.txt
|
|
10
10
|
ongc.gpkg
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
duckdb-extensions
|
|
13
|
+
|
|
14
|
+
# Sky Object Database
|
|
15
|
+
# ignore this because it's large and created on release
|
|
16
|
+
sky.db
|
|
17
|
+
|
|
18
|
+
# Data Folder
|
|
19
|
+
data/build/*
|
|
20
|
+
!data/build/.keep
|
|
21
|
+
|
|
22
|
+
# Big Sky Catalog
|
|
13
23
|
# we ignore this because of its size (50+ MB)
|
|
14
|
-
bigsky
|
|
15
|
-
|
|
24
|
+
bigsky.*.csv.gz
|
|
25
|
+
bigsky*.parquet
|
|
16
26
|
|
|
17
27
|
hash_checks/data/*.png
|
|
18
28
|
hash_checks/results.html
|
|
19
29
|
|
|
30
|
+
temp*
|
|
20
31
|
temp.py
|
|
21
32
|
temp/
|
|
22
|
-
raw/
|
|
33
|
+
# raw/
|
|
23
34
|
scripts/temp/
|
|
24
35
|
|
|
25
36
|
# Documentation Generated Files
|
|
@@ -7,17 +7,21 @@ WORKDIR /starplot
|
|
|
7
7
|
RUN apt-get clean && apt-get update -y && apt-get install -y libgeos-dev libgdal-dev
|
|
8
8
|
|
|
9
9
|
# ---------------------------------------------------------------------
|
|
10
|
-
FROM base
|
|
10
|
+
FROM base AS dev
|
|
11
11
|
|
|
12
12
|
WORKDIR /starplot
|
|
13
13
|
|
|
14
14
|
COPY . .
|
|
15
15
|
|
|
16
|
-
RUN pip install
|
|
17
|
-
RUN pip install -r requirements
|
|
16
|
+
RUN pip install uv
|
|
17
|
+
RUN uv pip install --system -r requirements.txt
|
|
18
|
+
RUN uv pip install --system -r requirements-dev.txt
|
|
18
19
|
|
|
19
20
|
ENV PYTHONPATH=/starplot/src/
|
|
20
21
|
|
|
21
22
|
RUN git config --global --add safe.directory /starplot
|
|
22
23
|
|
|
24
|
+
# Build database
|
|
25
|
+
RUN python data/scripts/db.py
|
|
26
|
+
|
|
23
27
|
CMD ["bash", "-c", "python -m pytest . && python hash_checks/hashio.py check"]
|
|
@@ -4,7 +4,7 @@ DE421_URL=https://naif.jpl.nasa.gov/pub/naif/generic_kernels/spk/planets/a_old_v
|
|
|
4
4
|
ifeq ($(CI), true)
|
|
5
5
|
DR_ARGS=
|
|
6
6
|
else
|
|
7
|
-
DR_ARGS=-it
|
|
7
|
+
DR_ARGS=-it --env-file ./.env
|
|
8
8
|
endif
|
|
9
9
|
|
|
10
10
|
ifeq ($(PROFILE), true)
|
|
@@ -13,11 +13,11 @@ else
|
|
|
13
13
|
SCRATCH_ARGS=
|
|
14
14
|
endif
|
|
15
15
|
|
|
16
|
-
DOCKER_RUN=docker run --rm
|
|
16
|
+
DOCKER_RUN=docker run --rm $(DR_ARGS) -v $(shell pwd):/starplot starplot-dev bash -c
|
|
17
17
|
DOCKER_BUILDER=starplot-builder
|
|
18
18
|
|
|
19
19
|
DOCKER_BUILD_PYTHON=docker build -t starplot-$(PYTHON_VERSION) $(DOCKER_BUILD_ARGS) --build-arg="PYTHON_VERSION=$(PYTHON_VERSION)" --target dev .
|
|
20
|
-
DOCKER_RUN_PYTHON_TEST=docker run --rm $(DR_ARGS)
|
|
20
|
+
DOCKER_RUN_PYTHON_TEST=docker run --rm $(DR_ARGS) starplot-$(PYTHON_VERSION)
|
|
21
21
|
|
|
22
22
|
export PYTHONPATH=./src/
|
|
23
23
|
|
|
@@ -36,7 +36,7 @@ lint:
|
|
|
36
36
|
$(DOCKER_RUN) "ruff check src/ tests/ hash_checks/ $(ARGS)"
|
|
37
37
|
|
|
38
38
|
format:
|
|
39
|
-
$(DOCKER_RUN) "python -m black src/ tests/ scripts/ examples/ hash_checks/ tutorial/ $(ARGS)"
|
|
39
|
+
$(DOCKER_RUN) "python -m black src/ tests/ scripts/ examples/ hash_checks/ tutorial/ data/ $(ARGS)"
|
|
40
40
|
|
|
41
41
|
test:
|
|
42
42
|
$(DOCKER_RUN) "python -m pytest --cov=src/ --cov-report=term --cov-report=html ."
|
|
@@ -70,11 +70,28 @@ profile:
|
|
|
70
70
|
$(DOCKER_RUN) "python -m cProfile -o temp/results.prof scripts/scratchpad.py && \
|
|
71
71
|
snakeviz -s -p 8080 -H 0.0.0.0 temp/results.prof"
|
|
72
72
|
|
|
73
|
-
|
|
74
|
-
|
|
73
|
+
# builds ALL data files and then database:
|
|
74
|
+
db:
|
|
75
|
+
@$(DOCKER_RUN) "python data/scripts/db.py"
|
|
75
76
|
|
|
76
|
-
|
|
77
|
-
|
|
77
|
+
build-data-clean:
|
|
78
|
+
mkdir -p data/build
|
|
79
|
+
rm -rf data/build/*
|
|
80
|
+
|
|
81
|
+
build-stars-mag11:
|
|
82
|
+
@$(DOCKER_RUN) "python data/scripts/bigsky_mag11.py"
|
|
83
|
+
|
|
84
|
+
build-dsos:
|
|
85
|
+
@$(DOCKER_RUN) "python data/scripts/dsos.py"
|
|
86
|
+
|
|
87
|
+
build-star-designations:
|
|
88
|
+
@$(DOCKER_RUN) "python data/scripts/star_designations.py"
|
|
89
|
+
|
|
90
|
+
build-constellations:
|
|
91
|
+
@$(DOCKER_RUN) "python data/scripts/constellations.py"
|
|
92
|
+
|
|
93
|
+
build-doc-data:
|
|
94
|
+
@$(DOCKER_RUN) "python data/scripts/docdata.py"
|
|
78
95
|
|
|
79
96
|
version:
|
|
80
97
|
@$(DOCKER_RUN) "python -c 'import starplot as sp; print(sp.__version__)'"
|
|
@@ -129,6 +146,9 @@ flit-publish: DR_ARGS=-e FLIT_USERNAME -e FLIT_PASSWORD
|
|
|
129
146
|
flit-publish:
|
|
130
147
|
$(DOCKER_RUN) "python -m flit publish"
|
|
131
148
|
|
|
149
|
+
flit-install:
|
|
150
|
+
FLIT_ROOT_INSTALL=1 flit install
|
|
151
|
+
|
|
132
152
|
# ------------------------------------------------------------------
|
|
133
153
|
# Utils
|
|
134
154
|
ephemeris:
|
|
@@ -151,4 +171,4 @@ clean:
|
|
|
151
171
|
rm -rf htmlcov
|
|
152
172
|
rm -f tests/data/*.png
|
|
153
173
|
|
|
154
|
-
.PHONY: build test shell flit-build flit-publish clean ephemeris hip8 scratchpad examples scripts tutorial
|
|
174
|
+
.PHONY: build test shell flit-build flit-publish clean ephemeris hip8 scratchpad examples scripts tutorial prep-dsos prep-constellations
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: starplot
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.15.0
|
|
4
4
|
Summary: Star charts and maps of the sky
|
|
5
5
|
Keywords: astronomy,stars,charts,maps,constellations,sky,plotting
|
|
6
6
|
Author-email: Steve Berardi <hello@steveberardi.com>
|
|
7
7
|
Description-Content-Type: text/markdown
|
|
8
8
|
Classifier: License :: OSI Approved :: MIT License
|
|
9
9
|
Classifier: Programming Language :: Python :: 3
|
|
10
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
11
10
|
Classifier: Programming Language :: Python :: 3.10
|
|
12
11
|
Classifier: Programming Language :: Python :: 3.11
|
|
13
12
|
Classifier: Programming Language :: Python :: 3.12
|
|
@@ -18,23 +17,24 @@ Requires-Dist: pydantic >= 2.0.3
|
|
|
18
17
|
Requires-Dist: shapely >= 2.0.1
|
|
19
18
|
Requires-Dist: skyfield >= 1.41
|
|
20
19
|
Requires-Dist: cartopy >= 0.21.1
|
|
21
|
-
Requires-Dist: geopandas >= 0.
|
|
20
|
+
Requires-Dist: geopandas >= 1.0.1
|
|
22
21
|
Requires-Dist: pillow >= 10.0.0
|
|
23
22
|
Requires-Dist: PyYAML >= 6.0.1
|
|
24
23
|
Requires-Dist: pyarrow >= 14.0.2
|
|
25
|
-
Requires-Dist:
|
|
26
|
-
Requires-Dist: pyogrio >= 0.7.2
|
|
24
|
+
Requires-Dist: pyogrio >= 0.10.0
|
|
27
25
|
Requires-Dist: rtree >= 1.2.0
|
|
28
26
|
Requires-Dist: requests >= 2.31.0
|
|
27
|
+
Requires-Dist: duckdb >= 1.1.3
|
|
28
|
+
Requires-Dist: ibis-framework[duckdb, geospatial] >= 9.5.0
|
|
29
29
|
Project-URL: Documentation, https://starplot.dev
|
|
30
30
|
Project-URL: Home, https://starplot.dev
|
|
31
31
|
Project-URL: Source, https://github.com/steveberardi/starplot
|
|
32
32
|
|
|
33
33
|
# <img src="https://raw.githubusercontent.com/steveberardi/starplot/main/docs/images/favicon.svg" width="48" style="vertical-align:middle"> Starplot
|
|
34
|
-

|
|
35
|
+

|
|
36
|
+

|
|
37
|
+

|
|
38
38
|
|
|
39
39
|
**Starplot** is a Python library for creating star charts and maps of the sky.
|
|
40
40
|
|
|
@@ -45,6 +45,7 @@ Project-URL: Source, https://github.com/steveberardi/starplot
|
|
|
45
45
|
- 🪐 **Planets and Deep Sky Objects (DSOs)** - more than 14,000 objects built-in
|
|
46
46
|
- 🎨 **Custom Styles** - for all objects
|
|
47
47
|
- 📥 **Export** - png, svg, jpeg
|
|
48
|
+
- 🚀 **Data Backend** - powered by DuckDB + Ibis for fast object lookup
|
|
48
49
|
- 🧭 **Label Collision Avoidance**
|
|
49
50
|
|
|
50
51
|
## Examples
|
|
@@ -80,7 +81,7 @@ p = sp.MapPlot(
|
|
|
80
81
|
autoscale=True,
|
|
81
82
|
)
|
|
82
83
|
p.constellations()
|
|
83
|
-
p.stars(
|
|
84
|
+
p.stars(where=[_.magnitude < 4.6])
|
|
84
85
|
p.constellation_labels()
|
|
85
86
|
p.export("starchart.png")
|
|
86
87
|
```
|
|
@@ -106,7 +107,6 @@ https://discord.gg/WewJJjshFu
|
|
|
106
107
|
Contributing to Starplot is welcome and very much appreciated! Please see [here](CONTRIBUTING.md) for details.
|
|
107
108
|
|
|
108
109
|
## Coming Soon
|
|
109
|
-
- 🗄️ Data optimizations
|
|
110
110
|
- 🧮 Coordinate system helpers
|
|
111
111
|
- 🌑 Planet moons
|
|
112
112
|
- ✴️ Custom markers
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# <img src="https://raw.githubusercontent.com/steveberardi/starplot/main/docs/images/favicon.svg" width="48" style="vertical-align:middle"> Starplot
|
|
2
|
-

|
|
3
|
+

|
|
4
|
+

|
|
5
|
+

|
|
6
6
|
|
|
7
7
|
**Starplot** is a Python library for creating star charts and maps of the sky.
|
|
8
8
|
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
- 🪐 **Planets and Deep Sky Objects (DSOs)** - more than 14,000 objects built-in
|
|
14
14
|
- 🎨 **Custom Styles** - for all objects
|
|
15
15
|
- 📥 **Export** - png, svg, jpeg
|
|
16
|
+
- 🚀 **Data Backend** - powered by DuckDB + Ibis for fast object lookup
|
|
16
17
|
- 🧭 **Label Collision Avoidance**
|
|
17
18
|
|
|
18
19
|
## Examples
|
|
@@ -48,7 +49,7 @@ p = sp.MapPlot(
|
|
|
48
49
|
autoscale=True,
|
|
49
50
|
)
|
|
50
51
|
p.constellations()
|
|
51
|
-
p.stars(
|
|
52
|
+
p.stars(where=[_.magnitude < 4.6])
|
|
52
53
|
p.constellation_labels()
|
|
53
54
|
p.export("starchart.png")
|
|
54
55
|
```
|
|
@@ -74,7 +75,6 @@ https://discord.gg/WewJJjshFu
|
|
|
74
75
|
Contributing to Starplot is welcome and very much appreciated! Please see [here](CONTRIBUTING.md) for details.
|
|
75
76
|
|
|
76
77
|
## Coming Soon
|
|
77
|
-
- 🗄️ Data optimizations
|
|
78
78
|
- 🧮 Coordinate system helpers
|
|
79
79
|
- 🌑 Planet moons
|
|
80
80
|
- ✴️ Custom markers
|