Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 1.75 KB

README.md

File metadata and controls

43 lines (25 loc) · 1.75 KB

NASA Exoplanets Visualization

Overview

This project aims to provide an interactive visualization of the NASA Exoplanets dataset using radar charts and bubble charts. The dataset contains a comprehensive catalog of exoplanets discovered by NASA missions. The visualization is implemented using D3.js, a powerful JavaScript library for creating data-driven web applications.

Features

  • Radar Chart: Explore the characteristics of exoplanets through a radar chart, allowing users to compare multiple features simultaneously.
  • Bubble Chart: Visualize the distribution of exoplanets based on different parameters using a bubble chart, providing insights into the dataset.

Getting Started

To set up the project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/Shikhar97/D3-Innovative-Visualization.git
    
  2. Run the local server:

    python3 -m http.server 8080

    This will start a local development server, and you can access the visualization at http://localhost:8080 in your web browser.

Data Source

The NASA Exoplanets dataset is sourced from NASA. Ensure compliance with NASA's data usage policies when working with this dataset.

Technologies Used

  • D3.js: A JavaScript library for creating dynamic, interactive data visualizations in the web browser.

  • Bootstrap: A popular CSS framework for building responsive and mobile-first websites.

Acknowledgments

  • Special thanks to NASA for providing the valuable Exoplanets dataset.
  • Inspiration for the visualization techniques comes from the field of data visualization and D3.js examples.