starplot 0.11.0__tar.gz → 0.11.2__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.11.2/.github/FUNDING.yml +15 -0
- {starplot-0.11.0 → starplot-0.11.2}/PKG-INFO +4 -3
- {starplot-0.11.0 → starplot-0.11.2}/README.md +2 -2
- {starplot-0.11.0 → starplot-0.11.2}/docs/changelog.md +4 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/coming-soon.md +2 -2
- {starplot-0.11.0 → starplot-0.11.2}/docs/data-sources.md +0 -2
- starplot-0.11.2/docs/images/logo500.png +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/examples/map_milky_way_stars.py +0 -1
- {starplot-0.11.0 → starplot-0.11.2}/pyproject.toml +1 -0
- {starplot-0.11.0 → starplot-0.11.2}/requirements-dev.txt +1 -0
- {starplot-0.11.0 → starplot-0.11.2}/requirements.txt +1 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/__init__.py +1 -1
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/base.py +1 -1
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/styles/base.py +2 -2
- {starplot-0.11.0 → starplot-0.11.2}/.dockerignore +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/.github/workflows/docs.yml +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/.github/workflows/release.yml +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/.github/workflows/test.yml +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/.gitignore +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/CODE_OF_CONDUCT.md +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/CONTRIBUTING.md +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/Dockerfile +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/LICENSE +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/Makefile +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/about.md +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/css/extra.css +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/custom/main.html +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/data/.keep +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/examples/map-big-dipper.md +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/examples/map-big.md +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/examples/map-comet-neowise.md +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/examples/map-milky-way-stars.md +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/examples/map-orion.md +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/examples/map-orthographic.md +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/examples/map-sagittarius.md +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/examples/optic-m45.md +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/examples/optic-moon-saturn.md +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/examples/optic-orion.md +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/examples/optic-solar-eclipse.md +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/examples/star-chart-basic.md +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/examples/star-chart-detail.md +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/examples.md +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/gallery.md +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/images/banner.png +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/images/banner.svg +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/images/banner.vectornator +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/images/celestial-globe.svg +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/images/examples/.keep +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/images/favicon.png +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/images/favicon.svg +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/images/logo.png +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/images/logo.svg +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/images/logo.vectornator +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/images/logo2.png +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/images/logo2.vectornator +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/images/mono.png +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/images/mono.svg +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/images/star.svg +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/images/tutorial/.keep +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/index.md +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/installation.md +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/license.md +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/reference-callables.md +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/reference-data.md +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/reference-mapplot.md +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/reference-models.md +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/reference-ongc.md +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/reference-opticplot.md +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/reference-selecting-objects.md +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/reference-styling.md +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/robots.txt +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/tutorial/01.md +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/tutorial/02.md +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/tutorial/03.md +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/tutorial/04.md +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/tutorial/05.md +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/tutorial/06.md +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/tutorial/07.md +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/tutorial/08.md +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/tutorial/09.md +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/docs/tutorial.md +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/examples/examples.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/examples/map_big.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/examples/map_big_dipper.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/examples/map_comet_neowise.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/examples/map_orion.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/examples/map_orthographic.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/examples/map_sagittarius.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/examples/optic_m45.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/examples/optic_moon_saturn.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/examples/optic_orion_nebula.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/examples/optic_solar_eclipse.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/examples/star_chart_basic.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/examples/star_chart_detail.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/hash_checks/__init__.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/hash_checks/data/.keep +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/hash_checks/hashio.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/hash_checks/hashlock.yml +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/hash_checks/map_checks.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/hash_checks/optic_checks.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/hash_checks/template.html +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/hash_checks/zenith_checks.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/mkdocs.yml +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/scripts/constellation_hips.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/scripts/download_cons.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/scripts/ecliptic.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/scripts/gallery.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/scripts/geopack.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/scripts/gpack_constellations.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/scripts/hip.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/scripts/hip_parquet.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/scripts/ipy.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/scripts/moonphases.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/scripts/ongc_docdata.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/scripts/ongc_geopack.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/callables.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/data/__init__.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/data/bayer.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/data/bigsky.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/data/constellations.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/data/dsos.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/data/ecliptic.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/data/library/constellation_borders_inv.gpkg +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/data/library/constellation_lines_hips.json +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/data/library/constellation_lines_inv.gpkg +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/data/library/constellations.gpkg +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/data/library/constellations_hip.fab +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/data/library/de421_2001.bsp +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/data/library/de440s.bsp +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/data/library/milkyway.gpkg +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/data/library/milkyway_inv.gpkg +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/data/library/ongc.gpkg.zip +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/data/library/stars.bigsky.mag11.parquet +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/data/library/stars.hipparcos.parquet +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/data/messier.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/data/stars.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/data/utils.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/geod.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/map.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/mixins.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/models/__init__.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/models/base.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/models/constellation.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/models/dso.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/models/moon.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/models/objects.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/models/planet.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/models/star.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/models/sun.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/optic.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/optics.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/plotters/__init__.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/plotters/dsos.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/plotters/stars.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/projections.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/styles/__init__.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/styles/ext/antique.yml +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/styles/ext/blue_dark.yml +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/styles/ext/blue_light.yml +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/styles/ext/blue_medium.yml +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/styles/ext/cb_wong.yml +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/styles/ext/color_print.yml +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/styles/ext/grayscale.yml +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/styles/ext/grayscale_dark.yml +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/styles/ext/map.yml +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/styles/ext/nord.yml +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/styles/ext/optic.yml +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/styles/extensions.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/styles/helpers.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/src/starplot/utils.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/tests/__init__.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/tests/data/.keep +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/tests/test_constellations.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/tests/test_data.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/tests/test_map.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/tests/test_models.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/tests/test_optic.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/tests/test_stars.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/tests/test_styles.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/tests/test_utils.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/tests/utils.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/tutorial/build.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/tutorial/tutorial_02.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/tutorial/tutorial_03.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/tutorial/tutorial_04.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/tutorial/tutorial_05.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/tutorial/tutorial_06.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/tutorial/tutorial_07.py +0 -0
- {starplot-0.11.0 → starplot-0.11.2}/tutorial/tutorial_08.py +0 -0
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# These are supported funding model platforms
|
|
2
|
+
|
|
3
|
+
github: steveberardi
|
|
4
|
+
patreon: # Replace with a single Patreon username
|
|
5
|
+
open_collective: # Replace with a single Open Collective username
|
|
6
|
+
ko_fi: # Replace with a single Ko-fi username
|
|
7
|
+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
|
8
|
+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
|
9
|
+
liberapay: # Replace with a single Liberapay username
|
|
10
|
+
issuehunt: # Replace with a single IssueHunt username
|
|
11
|
+
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
|
|
12
|
+
polar: # Replace with a single Polar username
|
|
13
|
+
buy_me_a_coffee: # Replace with a single Buy Me a Coffee username
|
|
14
|
+
thanks_dev: # Replace with a single thanks.dev username
|
|
15
|
+
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: starplot
|
|
3
|
-
Version: 0.11.
|
|
3
|
+
Version: 0.11.2
|
|
4
4
|
Summary: Star charts and maps
|
|
5
5
|
Keywords: astronomy,stars,charts,maps,constellations
|
|
6
6
|
Author-email: Steve Berardi <hello@steveberardi.com>
|
|
@@ -26,6 +26,7 @@ Requires-Dist: pyarrow >= 14.0.2
|
|
|
26
26
|
Requires-Dist: fastparquet >= 2023.10.1
|
|
27
27
|
Requires-Dist: pyogrio >= 0.7.2
|
|
28
28
|
Requires-Dist: rtree >= 1.2.0
|
|
29
|
+
Requires-Dist: requests >= 2.31.0
|
|
29
30
|
Project-URL: Documentation, https://starplot.dev
|
|
30
31
|
Project-URL: Home, https://starplot.dev
|
|
31
32
|
Project-URL: Source, https://github.com/steveberardi/starplot
|
|
@@ -118,10 +119,10 @@ Contributing to Starplot is welcome and very much appreciated! Please see [here]
|
|
|
118
119
|
- 🌑 Planet moons
|
|
119
120
|
- ✴️ Custom markers
|
|
120
121
|
- 🚀 Plotting Optimizations
|
|
121
|
-
- 📐
|
|
122
|
+
- 📐 Custom clip paths
|
|
122
123
|
- ⚖️ Better auto font-size adjustment
|
|
123
124
|
|
|
124
|
-
See more details on the [Public Roadmap](https://
|
|
125
|
+
See more details on the [Public Roadmap](https://trello.com/b/sUksygn4/starplot-roadmap)
|
|
125
126
|
|
|
126
127
|
## License
|
|
127
128
|
[MIT License](https://github.com/steveberardi/starplot/blob/main/LICENSE)
|
|
@@ -86,10 +86,10 @@ Contributing to Starplot is welcome and very much appreciated! Please see [here]
|
|
|
86
86
|
- 🌑 Planet moons
|
|
87
87
|
- ✴️ Custom markers
|
|
88
88
|
- 🚀 Plotting Optimizations
|
|
89
|
-
- 📐
|
|
89
|
+
- 📐 Custom clip paths
|
|
90
90
|
- ⚖️ Better auto font-size adjustment
|
|
91
91
|
|
|
92
|
-
See more details on the [Public Roadmap](https://
|
|
92
|
+
See more details on the [Public Roadmap](https://trello.com/b/sUksygn4/starplot-roadmap)
|
|
93
93
|
|
|
94
94
|
## License
|
|
95
95
|
[MIT License](https://github.com/steveberardi/starplot/blob/main/LICENSE)
|
|
@@ -12,6 +12,10 @@
|
|
|
12
12
|
- Adds TYC id to stars (if available)
|
|
13
13
|
- Adds the following projections: Robinson, Lambert Azimuthal Equal-Area
|
|
14
14
|
- Adds a constellation model, allowing you to selectively plot objects by their constellation
|
|
15
|
+
- [**v0.11.1**]
|
|
16
|
+
- Fixes default horizon style to be consistent with grayscale extension
|
|
17
|
+
- [**v0.11.2**]
|
|
18
|
+
- Adds `requests` as a required dependency
|
|
15
19
|
|
|
16
20
|
## v0.10.x
|
|
17
21
|
[Documentation](https://archives.starplot.dev/0.10.2/)
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
- 🌑 Planet moons
|
|
3
3
|
- ✴️ Custom markers
|
|
4
4
|
- 🚀 Plotting Optimizations
|
|
5
|
-
- 📐
|
|
5
|
+
- 📐 Custom clip paths
|
|
6
6
|
- ⚖️ Better auto font-size adjustment
|
|
7
7
|
- 😄 🔭 Clear skies
|
|
8
8
|
|
|
9
9
|
<br/>
|
|
10
|
-
_See more details on the [Public Roadmap :arrow_upper_right:](https://
|
|
10
|
+
_See more details on the [Public Roadmap :arrow_upper_right:](https://trello.com/b/sUksygn4/starplot-roadmap)_{.text-subtitle}
|
|
11
11
|
|
|
@@ -7,11 +7,9 @@
|
|
|
7
7
|
- [IAU Constellation page](http://www.iau.org/public/themes/constellations/) (via [d3-celestial](https://github.com/ofrohn/d3-celestial))
|
|
8
8
|
- [Stellarium](https://github.com/Stellarium/stellarium/tree/master/skycultures/modern_st) (via [Sky & Telescope](https://www.skyandtelescope.com))
|
|
9
9
|
|
|
10
|
-
|
|
11
10
|
### **Constellation Borders**
|
|
12
11
|
- Catalogue of Constellation Boundary Data; Davenhall A.C., Leggett S.K. (1989) [VizieR VI/49](http://vizier.cfa.harvard.edu/viz-bin/Cat?VI/49) (via [d3-celestial](https://github.com/ofrohn/d3-celestial))
|
|
13
12
|
|
|
14
|
-
|
|
15
13
|
### **Deep Sky Objects (DSOs)**
|
|
16
14
|
- [OpenNGC](https://github.com/mattiaverga/OpenNGC)
|
|
17
15
|
|
|
Binary file
|
|
@@ -501,7 +501,7 @@ class BasePlot(ABC):
|
|
|
501
501
|
"""Plots a polygon of points
|
|
502
502
|
|
|
503
503
|
Args:
|
|
504
|
-
points: List of polygon points `[(ra, dec), ...]`
|
|
504
|
+
points: List of polygon points `[(ra, dec), ...]` - **must be in counterclockwise order**
|
|
505
505
|
style: Style of polygon
|
|
506
506
|
"""
|
|
507
507
|
_points = [(ra * 15, dec) for ra, dec in points]
|
|
@@ -870,7 +870,7 @@ class PlotStyle(BaseStyle):
|
|
|
870
870
|
|
|
871
871
|
horizon: PathStyle = PathStyle(
|
|
872
872
|
line=LineStyle(
|
|
873
|
-
color="#
|
|
873
|
+
color="#fff",
|
|
874
874
|
width=64,
|
|
875
875
|
edge_width=4,
|
|
876
876
|
edge_color="#000",
|
|
@@ -881,7 +881,7 @@ class PlotStyle(BaseStyle):
|
|
|
881
881
|
),
|
|
882
882
|
label=LabelStyle(
|
|
883
883
|
anchor_point=AnchorPointEnum.CENTER,
|
|
884
|
-
font_color="#
|
|
884
|
+
font_color="#000",
|
|
885
885
|
font_size=23,
|
|
886
886
|
font_weight=FontWeightEnum.BOLD,
|
|
887
887
|
zorder=2000,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{starplot-0.11.0 → starplot-0.11.2}/src/starplot/data/library/constellation_borders_inv.gpkg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|