Skip to main content

Star charts and maps

Project description

⭐ starplot 💫

GitHub Workflow Status PyPI - Python Version PyPI

starplot is a Python library for creating star charts and maps.

Example

Example

For more styles, check out the examples.

Getting Started

To create a star chart for tonight's sky as seen from Palomar Mountain in California:

from datetime import datetime
from starplot.charts import create_star_chart
from starplot.styles import BLUE

create_star_chart(
    lat=33.363484, 
    lon=-116.836394
    dt=datetime.now().replace(hour=22),
    tz_identifier="America/Los_Angeles", 
    filename="starchart.png",
    style=BLUE,
)

Core Dependencies

  • pandas
  • matplotlib
  • numpy
  • pydantic
  • skyfield
  • adjustText

Coming Soon

  • Deep Sky Objects (DSOs)
  • Support for plotting additional objects (and styling per object)
  • Documentation

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

starplot-0.1.1.tar.gz (2.5 MB view hashes)

Uploaded Source

Built Distribution

starplot-0.1.1-py2.py3-none-any.whl (9.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page