Welcome to the GSFC Exoplanet Modeling and Analysis Center (EMAC)

EMAC serves as a catalog, repository and integration platform for modeling and analysis resources focused on the study of exoplanet characteristics and environments. EMAC is a key project of the GSFC Sellers Exoplanet Environments Collaboration (SEEC).

If you've used EMAC in any part of your research, please cite our RNAAS paper either in your methods section or in the "Software used" portion of any manuscripts; see the FAQ for more information.

More Information on EMAC for first-time visitors...

If you make use of tools linked or hosted on EMAC: please use the following statement in your publication acknowledgements: “This research made use of the NASA Exoplanet Modeling and Analysis Center (EMAC), which is funded by the NASA Planetary Science Division’s Internal Scientist Funding Model.”

Stay up to date with EMAC!
  • Subscribe to our monthly RSS messages on new updates and tools
  • Check out the Twitter account @ExoplanetModels (not an official NASA account), where new tools and features are highlighted
Help us improve EMAC!
  • Email us with general feedback at and tell us what you’d change or improve.
  • Click the icon in a resource box to provide suggestions for an individual tool or tools.
Other EMAC info!
  • EMAC is intended as a clearinghouse for the whole research community interested in exoplanets, where any software or model developer can submit their tool/model or their model output as a contribution for others to use.
  • EMAC provides a searchable and sortable database for available source code and data output files - both resources hosted locally by EMAC as well as existing external tools and repositories hosted elsewhere.
  • The EMAC team also helps develop new web interfaces for tools that can be run “on-demand” or model grids that can be interpolated for more individualized results.
  • If you would like to submit a new tool/model to EMAC, please visit our Submit a Resource page.
  • For help with tutorials for select resources/tools use the “Demo” buttons below and subscribe to our YouTube channel.
  • Watch this video for a walk-through of the whole EMAC site, including how to submit a new tool and how to access information for each resource.

The P.I. is Avi Mandell, and the Deputy P.I. is Eric Lopez; more information on EMAC staffing and organization can be found on Our Team page.

Astroquery: Library with tools to query astronomical databases

Ginsburg, Sipőcz, Brasseur et al.

EMAC: 2212-003 EMAC 2212-003
copy_img
https://emac.gsfc.nasa.gov?cid=2212-003

Astroquery is a collection of tools for requesting data from databases hosted on remote servers with interfaces exposed on the internet, including those with web pages but without formal application program interfaces. These tools are built on the Python requests package, which is used to make HTTP requests, and astropy, which provides most of the data parsing functionality. Astroquery modules generally attempt to replicate the web page interface provided by a given service as closely as possible, making the transition from browser-based to command-line interaction easy. Astroquery enables the creation of fully reproducible workflows from data acquisition through publication.

Last updated: Dec. 7, 2022

Code Language(s): Python3

Astroquery: Library with tools to query astronomical databases

Ginsburg, Sipőcz, Brasseur et al.

copy_img
https://emac.gsfc.nasa.gov?cid=2212-003
2212-003

Astroquery is a collection of tools for requesting data from databases hosted on remote servers with interfaces exposed on the internet, including those with web pages but without formal application program interfaces. These tools are built on the Python requests package, which is used to make HTTP requests, and astropy, which provides most of the data parsing functionality. Astroquery modules generally attempt to replicate the web page interface provided by a given service as closely as possible, making the transition from browser-based to command-line interaction easy. Astroquery enables the creation of fully reproducible workflows from data acquisition through publication.

About