Installation
Starplot is available on PyPI, but it's basically just a thin layer on top of Matplotlib, Skyfield, Cartopy, and others. So, before installing Starplot you'll need a few dependencies. Below are instructions for installing on macOS and Linux.
Supported Python versions: 3.9+
Required Dependencies: GEOS, GDAL
macOS
-
Install required system libraries (via Homebrew):
-
Install Starplot:
Linux (debian)
-
Install required system libraries:
-
Install Starplot:
What about Windows?
I haven't tried installing Starplot on Windows, but if you have and would like to share instructions, please feel free to open a pull request on GitHub with an update to this file (docs/installation.md
). Thanks! :)
Troubleshooting
Segmentation Fault with map plots
If you're seeing "segmentation fault" errors when creating map plots, you may have to install shapely from source for your runtime environment:
Warning: this may take awhile (5+ minutes), because it builds shapely from source.