Skip to content

Exoplanet hunter single page React app for the web. Catalog where it is possible to browse all confirmed Exoplanets. A star map of all the 88 modern constellations. 3d simulation of solar system with habitable exoplanets. A Hertzsprung-Russell diagram the bubble chart is a plot of luminosity against the temperature of the star for all stars that…

Notifications You must be signed in to change notification settings

backlundtransform/ExoPlanetService

Repository files navigation

ExoPlanetService

The data is provided by the Planetary Habitability Laboratory (PHL) University of Puerto Rico at Arecibo and can be found here: phl.upr.edu

The Api is using OData protocol that allows for logical querying capabilities. E.g if you want to find habitable planets "$filter= Habitable eq true". Find planet with name 14 And b "$filter=Name eq '14 And b’". Read more here: msdn.microsoft.com. Skip and top E.g takes 30 and skips 10 "$top=30 $skip=10". Order by ascending discovery year $orderby=Disc_Year asc.


Exoplanet hunter app for the web. The features from the Android application has been ported to this website. There are three new sections on the site:

  • Catalog a section where you can browse all confirmed Exoplanets. It is possible to filter for just habitable planets or search for a specific planet name. You can visit information pages about the planet and the star. The information is autogenerated from the database, hower more information about some planets could be found on this blog and more will come in the future. By clicking on the 3d button you can see an simulation of the solar system.
  • Map in this section we have a star map of all the 88 modern constellations. And all habitable planets are shown as markers in the map. If you click on the planet marker you will visit the 3d solar system and clicking on a planet takes you back to the information page. It also possible to visit a page that list all stars in a constellation by clicking on the name of the constellation in the map. The information about right ascension, declination and sidereal time is displayed in the navbar. What that mean is explained in this blog post: How do we locate stars. The location of the user is requested so we will be able to calculate the sidereal time. If you wanna locate exoplanets position we recommend the android app as the device has sensors for it.
  • Dashboard this is a completely new feature just for the web. A Hertzsprung-Russell diagram the bubble chart is a plot of luminosity against the temperature of the star for all stars that have exoplanets. It reveals the spectral class of the stars and where the star is placed in the main sequence of stars. More information about that this post :How to Classify Stars. Clicking on a bubble will take you to the solar system of the star.

Enjoy. 

About

Exoplanet hunter single page React app for the web. Catalog where it is possible to browse all confirmed Exoplanets. A star map of all the 88 modern constellations. 3d simulation of solar system with habitable exoplanets. A Hertzsprung-Russell diagram the bubble chart is a plot of luminosity against the temperature of the star for all stars that…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published