Welcome! exoatlas is a Python package for interacting with basic properties of exoplanets and Solar System planets. It provides a friendly way to download useful data from online archives like the NASA Exoplanet Archive and JPL Solar System Dynamics, easy access to planet properties, and some pre-packaged visualizations for summarizing and comparing populations of planets.
π¦ How to Install exoatlasΒΆ
For most users, simply installing via
pip install exoatlas
should do the trick. If you want more detail, either because running that command seems scary or because you want to do something fancier, then please check out the installation instructions.
π How to Use this DocumentationΒΆ
Letβs be honest, youβre probably going to skip over most of the documentation to look for your own very specific use. Good for you, that sounds like the right way to go!
The documentation is targeted at someone with basic knowledge in astronomy, planetary science, and Python. Each page is fairly self-contained, so feel free to start wherever you like. Hereβs a little map help guide your search more efficiently.
| If youβre here because you want to... | ...then try jumping to: |
|---|---|
get a quick sense of exoatlas | Quickstart |
learn how exoatlas defines populations | Populations |
retrieve planet properties with exoatlas | Creating |
do calculations and define subsets in exoatlas | Filtering |
paint pretty population plots with exoatlas | Visualizing |
use exoatlas to estimate signal-to-noise ratios | Observing |
plan telescope observations of exoatlas planets | Planning |
understand how exoatlas propagates uncertainties | Uncertainties |
use exoatlasβs BTWM26 cosmic shoreline calculator | Shoreline |
dive into the nitty gritty of exoatlas definitions | API Reference |
ποΈ How to Cite exoatlasΒΆ
A manuscript is currently under review at JOSS (as of late spring 2026). Once that is complete, we will link to the SciEx entry where you can access bibliographic data for the code/paper in multiple formats. In the meantime, this arxiv posting is a good reference.
π How to Get HelpΒΆ
If you run into trouble with exoatlas or are curious about a new feature, and you canβt obviously find a solution here in the documentation, please consider submitting an Issue on GitHub. If youβre wondering about something, someone else might be too; be kind and help us all out by asking your question!