Planetary and Exoplanetary Dataset

This project is created for analyzing planetary and exoplanetary datasets and extract important information as there was no combined dataset available that has all the information.

NOTE: The analysis of the data is done using the Jupyter Notebook in order to improve data visualization.

Datasets:

The information is extracted from the following datasets:

Information collected:

You can find the following headers in the dataset:

        |      Category          |      Values         |
        |------------------------|---------------------|
        |      hip               | 67522               |
        | ra(hms)                | +13 50 6.00         |
        | dec(dms)               | -40 50 9.00         |
        | ra(deg)                | 207.53              |
        | dec(deg)               | -40.83              |
        | magnitude              | 9.79                |
        | xy position            | [33.02, -1.38]      |
        | constellation names    |  -                  |
        | distance(pc)           | 127.27              |
        | mass(ju)               | 5.00                |
        | radius(ju)             | 0.89                |

Description of the files in the dataset:

Stellarium

  • constellation_names.csv : contains abbreviation and full name of all the constellations
  • constellations_art.csv : contains hip value and x y position of three boundary stars of each constellation
  • constellations_hip.csv : contains the details about connections of stars in a constellations. example: [1,2,3,4,5,6], here 1 and 2 are connected, similarly 3, 4 and 5, 6 are connected
  • ssystem_major.csv : contains orbits and physical characteristics of different planetary bodies
  • ssystem_minor.csv : contains orbits and physical characteristics of different planetary bodies
  • base_locations.txt : it describes various locations on earth

Skyfield

The values of HIP, RA and Dec were obtained from hip_main.dat file obtained from Skyfield:

  • hip_main.dat : it is one of the largest dataset and conatins some of the most important information like:

    • hip values
    • ra (hms) and dec (dms) values
    • ra and dec values in degrees
    • magnitude of stars

Exoplanets

Further data has been analysed and added using the exoplanets catalog

  • exoplanet.eu_catalog.dat : contains information like ra, dec, distance, radius and more for 4870 exoplanets

HYG dataset

  • hygdata_v3.csv : contains information like hip values, distance and more

Additional functionalities:

Some of the useful functionalities that are provided in this repository are:

get l and b values (galatic coordinates) from hip values

equ2gal(000.00091185, +01.08901332)
>> (33.146182060432565, 0.5695493882865139)

plotting individual constellations

plotting individual constellations

visualizing the constellations using three boundary stars

Github repository: The repository can be found here