Skip to content

Identify habitable planets from Kepler data using Node.js

Notifications You must be signed in to change notification settings

MhamadR/kepler-habitable-planets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Habitable Planets from Kepler Data

This repository contains code to filter habitable planets from Kepler data. The code reads a CSV file containing data on exoplanets discovered by the Kepler spacecraft, applies filtering criteria, and identifies habitable planets based on certain criteria.

Output

After running the code, the following habitable planets were found:

  • Kepler-1652 b
  • Kepler-1410 b
  • Kepler-296 f
  • Kepler-442 b
  • Kepler-296 e
  • Kepler-1649 b
  • Kepler-62 f
  • Kepler-452 b

8 habitable planets found!

Usage

To use this code, follow these steps:

  1. Clone this repository to your local machine.
  2. Install the necessary dependencies (e.g., Node.js).
  3. Run the provided script to filter habitable planets from the Kepler data CSV file.
  4. View the output to see the identified habitable planets.

About

Identify habitable planets from Kepler data using Node.js

Topics

Resources

Stars

Watchers

Forks