starplot 0.18.1__tar.gz → 0.18.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.
- {starplot-0.18.1 → starplot-0.18.2}/CITATION.cff +1 -1
- {starplot-0.18.1 → starplot-0.18.2}/PKG-INFO +1 -1
- {starplot-0.18.1 → starplot-0.18.2}/docs/changelog.md +1 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/__init__.py +1 -1
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/cli.py +5 -8
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/data/library/sky.db +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/.dockerignore +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/.github/FUNDING.yml +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/.github/workflows/docs.yml +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/.github/workflows/release.yml +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/.github/workflows/test.yml +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/.gitignore +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/CODE_OF_CONDUCT.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/CONTRIBUTING.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/Dockerfile +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/LICENSE +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/Makefile +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/README.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/data/raw/constellation_borders.json +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/data/raw/constellations.json +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/data/raw/milkyway.json +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/data/raw/star_designations.csv +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/data/raw/translations/constellation_names.csv +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/data/raw/translations/dso_names.csv +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/data/raw/translations/en-us/constellation_names.csv +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/data/raw/translations/en-us/dso_names.csv +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/data/raw/translations/en-us/other_terms.csv +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/data/raw/translations/en-us/star_names.csv +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/data/raw/translations/fa/constellation_names.csv +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/data/raw/translations/fa/dso_names.csv +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/data/raw/translations/fa/other_terms.csv +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/data/raw/translations/fa/star_names.csv +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/data/raw/translations/fr/constellation_names.csv +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/data/raw/translations/fr/dso_names.csv +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/data/raw/translations/fr/other_terms.csv +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/data/raw/translations/fr/star_names.csv +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/data/raw/translations/lt/constellation_names.csv +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/data/raw/translations/lt/dso_names.csv +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/data/raw/translations/lt/other_terms.csv +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/data/raw/translations/lt/readme.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/data/raw/translations/lt/star_names.csv +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/data/raw/translations/other_terms.csv +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/data/raw/translations/readme.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/data/raw/translations/star_names.csv +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/data/raw/translations/zh-cn/constellation_names.csv +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/data/raw/translations/zh-cn/dso_names.csv +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/data/raw/translations/zh-cn/other_terms.csv +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/data/raw/translations/zh-cn/star_names.csv +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/data/raw/translations/zh-tw/constellation_names.csv +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/data/raw/translations/zh-tw/dso_names.csv +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/data/raw/translations/zh-tw/other_terms.csv +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/data/raw/translations/zh-tw/readme.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/data/raw/translations/zh-tw/star_names.csv +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/data/readme.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/data/scripts/constellation_names.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/data/scripts/data_settings.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/data/scripts/db.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/data/scripts/docdata.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/data/scripts/dso_names.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/data/scripts/star_designations.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/data/scripts/translations.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/about.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/coming-soon.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/css/extra.css +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/custom/main.html +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/data/building.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/data/constellations.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/data/dsos.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/data/overview.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/data/stars.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/data-explorer.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/data-sources.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/examples/horizon-double-cluster.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/examples/horizon-gradient.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/examples/horizon-sgr.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/examples/map-big-dipper.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/examples/map-big.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/examples/map-canis-major.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/examples/map-carina-nebula.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/examples/map-cassiopeia.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/examples/map-custom-marker.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/examples/map-milky-way-stars.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/examples/map-orion.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/examples/map-orthographic.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/examples/map-sagittarius.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/examples/optic-iss-transit.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/examples/optic-m45.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/examples/optic-moon-saturn.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/examples/optic-orion.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/examples/optic-solar-eclipse.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/examples/star-chart-basic.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/examples/star-chart-detail.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/examples/star-chart-french.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/examples.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/images/celestial-globe.svg +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/images/cover-front-sm-360.png +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/images/discord.svg +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/images/examples/.keep +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/images/favicon.png +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/images/logo-2400px.png +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/images/logo-original/banner.png +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/images/logo-original/banner.svg +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/images/logo-original/banner.vectornator +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/images/logo-original/logo.png +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/images/logo-original/logo.svg +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/images/logo-original/logo.vectornator +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/images/logo-original/logo2.png +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/images/logo.svg +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/images/logo2.vectornator +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/images/logo500.png +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/images/mono-2400px.png +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/images/mono.png +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/images/mono.svg +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/images/star.svg +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/images/tutorial/.keep +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/index.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/installation.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/license.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/migration-guides/0.16.0.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/object-names/constellations.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/object-names/dsos.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/object-names/stars.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/reference-callables.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/reference-horizonplot.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/reference-localization.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/reference-mapplot.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/reference-models.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/reference-ongc.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/reference-opticplot.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/reference-selecting-objects.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/reference-settings.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/reference-styling.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/reference-zenithplot.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/robots.txt +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/showcase.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/snippets/_newsletter.html +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/tutorial/01.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/tutorial/02.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/tutorial/03.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/tutorial/04.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/tutorial/05.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/tutorial/06.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/tutorial/07.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/tutorial/08.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/tutorial/09.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/docs/tutorial.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/examples/examples.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/examples/galaxy_custom_marker.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/examples/horizon_double_cluster.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/examples/horizon_gradient.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/examples/horizon_sgr.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/examples/map_big.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/examples/map_big_dipper.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/examples/map_canis_major.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/examples/map_carina.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/examples/map_cas.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/examples/map_milky_way_stars.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/examples/map_orion.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/examples/map_orthographic.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/examples/map_sagittarius.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/examples/optic_iss_transit.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/examples/optic_m45.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/examples/optic_moon_saturn.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/examples/optic_orion_nebula.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/examples/optic_solar_eclipse.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/examples/star_chart_basic.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/examples/star_chart_detail.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/examples/star_chart_french.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/hash_checks/__init__.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/hash_checks/data/.keep +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/hash_checks/hashio.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/hash_checks/hashlock.yml +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/hash_checks/horizon_checks.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/hash_checks/map_checks.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/hash_checks/optic_checks.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/hash_checks/template.html +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/hash_checks/zenith_checks.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/mkdocs.yml +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/pyproject.toml +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/requirements-dev.txt +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/requirements.txt +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/scripts/ecliptic.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/scripts/marimo.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/scripts/voronoi.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/base.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/callables.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/config.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/coordinates.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/data/__init__.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/data/catalogs.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/data/constellations.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/data/db.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/data/dsos.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/data/ecliptic.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/data/library/constellation_names.parquet +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/data/library/dso_names.parquet +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/data/library/readme.md +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/data/library/star_designations.parquet +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/data/stars.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/data/translations.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/data/utils.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/geod.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/geometry.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/horizon.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/map.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/mixins.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/models/__init__.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/models/base.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/models/comet.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/models/constellation.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/models/dso.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/models/moon.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/models/objects.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/models/observer.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/models/optics.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/models/planet.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/models/satellite.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/models/star.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/models/sun.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/optic.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/plotters/__init__.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/plotters/arrow.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/plotters/constellations.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/plotters/dsos.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/plotters/experimental.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/plotters/gradients.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/plotters/legend.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/plotters/milkyway.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/plotters/stars.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/profile.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/projections.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/styles/__init__.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/styles/base.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/styles/ext/antique.yml +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/styles/ext/blue_dark.yml +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/styles/ext/blue_gold.yml +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/styles/ext/blue_light.yml +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/styles/ext/blue_medium.yml +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/styles/ext/blue_night.yml +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/styles/ext/cb_wong.yml +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/styles/ext/color_print.yml +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/styles/ext/gradient_presets.yml +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/styles/ext/grayscale.yml +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/styles/ext/grayscale_dark.yml +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/styles/ext/map.yml +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/styles/ext/nord.yml +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/styles/ext/optic.yml +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/styles/ext/publication.yml +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/styles/extensions.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/styles/fonts-library/gfs-didot/DESCRIPTION.en_us.html +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/styles/fonts-library/gfs-didot/GFSDidot-Regular.ttf +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/styles/fonts-library/gfs-didot/METADATA.pb +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/styles/fonts-library/gfs-didot/OFL.txt +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/styles/fonts-library/inter/Inter-Bold.ttf +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/styles/fonts-library/inter/Inter-BoldItalic.ttf +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/styles/fonts-library/inter/Inter-ExtraBold.ttf +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/styles/fonts-library/inter/Inter-ExtraLight.ttf +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/styles/fonts-library/inter/Inter-ExtraLightItalic.ttf +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/styles/fonts-library/inter/Inter-Italic.ttf +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/styles/fonts-library/inter/Inter-Light.ttf +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/styles/fonts-library/inter/Inter-LightItalic.ttf +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/styles/fonts-library/inter/Inter-Regular.ttf +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/styles/fonts-library/inter/Inter-SemiBold.ttf +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/styles/fonts-library/inter/Inter-SemiBoldItalic.ttf +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/styles/fonts-library/inter/LICENSE.txt +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/styles/fonts.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/styles/helpers.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/styles/markers.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/utils.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/warnings.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/src/starplot/zenith.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/tests/__init__.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/tests/data/.keep +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/tests/data/comets.txt +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/tests/test_catalogs.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/tests/test_comets.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/tests/test_data.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/tests/test_languages.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/tests/test_map.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/tests/test_models.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/tests/test_observer.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/tests/test_optic.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/tests/test_satellite.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/tests/test_settings.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/tests/test_stars.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/tests/test_styles.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/tests/test_utils.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/tests/utils.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/tutorial/build.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/tutorial/tutorial_02.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/tutorial/tutorial_03.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/tutorial/tutorial_04.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/tutorial/tutorial_05.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/tutorial/tutorial_06.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/tutorial/tutorial_07.py +0 -0
- {starplot-0.18.1 → starplot-0.18.2}/tutorial/tutorial_08.py +0 -0
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
- Removes `format` kwarg on `export` function
|
|
11
11
|
- Changes font weight style from string to integer, and added missing weights
|
|
12
12
|
- Adds helper functions for plotting planetary and dark nebulae
|
|
13
|
+
- [**v0.18.2**] Fixes bug with `starplot setup` command
|
|
13
14
|
|
|
14
15
|
|
|
15
16
|
## v0.17.x
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import sys
|
|
2
2
|
|
|
3
3
|
from starplot.styles import fonts
|
|
4
|
+
from starplot.config import settings
|
|
5
|
+
from starplot.data import db
|
|
6
|
+
from starplot.data.catalogs import download_all_catalogs
|
|
4
7
|
|
|
5
8
|
COMMANDS = ["setup"]
|
|
6
9
|
|
|
7
10
|
|
|
8
11
|
def setup(options):
|
|
9
|
-
from starplot.config import settings
|
|
10
|
-
from starplot.data import db, bigsky
|
|
11
|
-
|
|
12
12
|
print("Installing DuckDB spatial extension...")
|
|
13
13
|
|
|
14
14
|
con = db.connect()
|
|
@@ -16,11 +16,8 @@ def setup(options):
|
|
|
16
16
|
|
|
17
17
|
fonts.load()
|
|
18
18
|
|
|
19
|
-
print(f"
|
|
20
|
-
|
|
21
|
-
if "--install-big-sky" in options:
|
|
22
|
-
bigsky.download_if_not_exists()
|
|
23
|
-
print(f"Big Sky Catalog downloaded and installed to: {settings.download_path}")
|
|
19
|
+
print(f"Downloading data catalogs to: {settings.data_path}")
|
|
20
|
+
download_all_catalogs()
|
|
24
21
|
|
|
25
22
|
|
|
26
23
|
def main():
|
|
index 5602473..178cf43 100644
|
|
|
Binary file
|
|
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
|
|
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
|