starplot 0.15.4__py2.py3-none-any.whl → 0.15.5__py2.py3-none-any.whl
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/__init__.py +1 -1
- starplot/data/library/sky.db +0 -0
- starplot/data/stars.py +3 -3
- {starplot-0.15.4.dist-info → starplot-0.15.5.dist-info}/METADATA +2 -2
- {starplot-0.15.4.dist-info → starplot-0.15.5.dist-info}/RECORD +8 -8
- {starplot-0.15.4.dist-info → starplot-0.15.5.dist-info}/LICENSE +0 -0
- {starplot-0.15.4.dist-info → starplot-0.15.5.dist-info}/WHEEL +0 -0
- {starplot-0.15.4.dist-info → starplot-0.15.5.dist-info}/entry_points.txt +0 -0
starplot/__init__.py
CHANGED
starplot/data/library/sky.db
CHANGED
|
Binary file
|
starplot/data/stars.py
CHANGED
|
@@ -463,10 +463,10 @@ def read_catalog(catalog: StarCatalog = StarCatalog.BIG_SKY_MAG11, table_name="s
|
|
|
463
463
|
con = db.connect()
|
|
464
464
|
|
|
465
465
|
if catalog == StarCatalog.BIG_SKY_MAG11:
|
|
466
|
-
stars = con.read_parquet(DataFiles.BIG_SKY_MAG11, table_name)
|
|
466
|
+
stars = con.read_parquet(DataFiles.BIG_SKY_MAG11, table_name=table_name)
|
|
467
467
|
elif catalog == StarCatalog.BIG_SKY:
|
|
468
468
|
bigsky.download_if_not_exists()
|
|
469
|
-
stars = con.read_parquet(DataFiles.BIG_SKY, table_name)
|
|
469
|
+
stars = con.read_parquet(DataFiles.BIG_SKY, table_name=table_name)
|
|
470
470
|
else:
|
|
471
471
|
raise ValueError("Unrecognized star catalog.")
|
|
472
472
|
|
|
@@ -487,7 +487,7 @@ def read_catalog(catalog: StarCatalog = StarCatalog.BIG_SKY_MAG11, table_name="s
|
|
|
487
487
|
designations,
|
|
488
488
|
[
|
|
489
489
|
stars.hip == designations.hip,
|
|
490
|
-
(stars.ccdm
|
|
490
|
+
(stars.ccdm.startswith("A")) | (stars.ccdm == "") | (stars.ccdm.isnull()),
|
|
491
491
|
],
|
|
492
492
|
how="left",
|
|
493
493
|
)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: starplot
|
|
3
|
-
Version: 0.15.
|
|
3
|
+
Version: 0.15.5
|
|
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>
|
|
@@ -25,7 +25,7 @@ Requires-Dist: pyogrio >= 0.10.0
|
|
|
25
25
|
Requires-Dist: rtree >= 1.2.0
|
|
26
26
|
Requires-Dist: requests >= 2.31.0
|
|
27
27
|
Requires-Dist: duckdb ~= 1.1.3
|
|
28
|
-
Requires-Dist: ibis-framework[duckdb, geospatial]
|
|
28
|
+
Requires-Dist: ibis-framework[duckdb, geospatial] < 11
|
|
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
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
starplot/__init__.py,sha256=
|
|
1
|
+
starplot/__init__.py,sha256=Q7w4B2cYBfiBZvyTX1_38r2SFxatTpyMK6IrmZVCtJs,558
|
|
2
2
|
starplot/base.py,sha256=JjBqM96gPoBFngbxZ5dsHDKwbsBsrviEipAlljtl8YU,42842
|
|
3
3
|
starplot/callables.py,sha256=_zDGCAJTqqNLvCtcIt4PVEe2L0Ggvl6pj-7ZFI-0zqI,4043
|
|
4
4
|
starplot/cli.py,sha256=W-V-h1DeD8zwzdhYuQ-i26LSZWYcS_NJ0zRXa-dmy1o,711
|
|
@@ -23,11 +23,11 @@ starplot/data/constellations.py,sha256=E-wEyZ4W5lcUS_StH26F9NMRsFyFs-utGxGcfRK7z
|
|
|
23
23
|
starplot/data/db.py,sha256=77oWr2HkZ95K_mG4vLc-ivP_SOFIiFYwoqrtTw-YWtk,384
|
|
24
24
|
starplot/data/dsos.py,sha256=tx-6oDzKPthg-nxfda2ah5t10USdyrckP4UjM5k-e10,1237
|
|
25
25
|
starplot/data/ecliptic.py,sha256=Qre9YdFbTC9mAx-vd2C0Ou4CsnRehIScnTpmEUDDYcM,4638
|
|
26
|
-
starplot/data/stars.py,sha256=
|
|
26
|
+
starplot/data/stars.py,sha256=iM0zWqjQe8L8rAekFY0FtPXRutnK6Nv4jhoV6m8983g,12077
|
|
27
27
|
starplot/data/utils.py,sha256=RPk3bnfL-KtjMk1VQygDD27INz_gEya_B1hu7X4K8hU,772
|
|
28
28
|
starplot/data/library/bigsky.0.4.0.stars.mag11.parquet,sha256=-_D6bghArUh1cmOKktxmmBFQNThiCWjVleI0wduP1GI,38884673
|
|
29
29
|
starplot/data/library/de421_2001.bsp,sha256=ymkZigAd8Vgscq_DYkdR4nZ1VGD5wwPd-sxe6HiiTns,5341104
|
|
30
|
-
starplot/data/library/sky.db,sha256=
|
|
30
|
+
starplot/data/library/sky.db,sha256=UgZf2Ao8rGkj3qgG-riEv0J9Ao8z194UJ5LO2GXLPyo,38023168
|
|
31
31
|
starplot/models/__init__.py,sha256=qi4arVatzEcR9TAbHadSbhq8xRhSb1_Br3UKNv4FP7o,330
|
|
32
32
|
starplot/models/base.py,sha256=zuHcRSs4eSyIwtyUTsAk9a73bnIW2gfWh7Ze_zt8Tq0,1623
|
|
33
33
|
starplot/models/constellation.py,sha256=qfBcWyQRL2m83wNIKiPk-4bGRblYvabxymW6TJ0nXFI,3355
|
|
@@ -92,8 +92,8 @@ starplot/styles/fonts-library/inter/Inter-SemiBoldItalic.ttf,sha256=HhKJRT16iVz7
|
|
|
92
92
|
starplot/styles/fonts-library/inter/Inter-Thin.ttf,sha256=TDktzIrZFvD533VZq1VjsB3ZT587LbNGF_45LgAGAzk,403404
|
|
93
93
|
starplot/styles/fonts-library/inter/Inter-ThinItalic.ttf,sha256=X8Ca-UpEf65vgsAPFd-u-ernxWDmy-RtPoRSQBmldKo,410232
|
|
94
94
|
starplot/styles/fonts-library/inter/LICENSE.txt,sha256=JiSB6ERSGzJvXs0FPlm5jIstp4yO4b27boF0MF5Uk1o,4380
|
|
95
|
-
starplot-0.15.
|
|
96
|
-
starplot-0.15.
|
|
97
|
-
starplot-0.15.
|
|
98
|
-
starplot-0.15.
|
|
99
|
-
starplot-0.15.
|
|
95
|
+
starplot-0.15.5.dist-info/entry_points.txt,sha256=Sm6jC6h_RcaMGC8saLnYmT0SdhcF9_rMeQIiHneLHyc,46
|
|
96
|
+
starplot-0.15.5.dist-info/LICENSE,sha256=jcjClHF4BQwhz-kDgia-KphO9Zxu0rCa2BbiA7j1jeU,1070
|
|
97
|
+
starplot-0.15.5.dist-info/WHEEL,sha256=ssQ84EZ5gH1pCOujd3iW7HClo_O_aDaClUbX4B8bjKY,100
|
|
98
|
+
starplot-0.15.5.dist-info/METADATA,sha256=3lA-Zwhc7kGUWxvk0WvEDdDTW8t2OMEjZWuJKDiIGN4,4254
|
|
99
|
+
starplot-0.15.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|