Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

🌌 exoatlas

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 exoatlasQuickstart
learn how exoatlas defines populationsPopulations
retrieve planet properties with exoatlasCreating
do calculations and define subsets in exoatlasFiltering
paint pretty population plots with exoatlasVisualizing
use exoatlas to estimate signal-to-noise ratiosObserving
plan telescope observations of exoatlas planetsPlanning
understand how exoatlas propagates uncertaintiesUncertainties
use exoatlas’s BTWM26 cosmic shoreline calculatorShoreline
dive into the nitty gritty of exoatlas definitionsAPI 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!