g-r-a-e-m-e / pale-blue-dot-visualization-challenge

This is my repository for the Pale Blue Dot: Visualization Challenge

Home Page:https://www.drivendata.org/competitions/256/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pale Blue Dot: Visualization Challenge

TODO:

  • Define visualization objective
  • Explore datasets available through NASA AppEEARS
  • Set up data pipeline to pull from https://data.giss.nasa.gov/
  • Experiment with three.js Earth visualization
    • Update src/world files
  • Visualize GISTEMP data
    • Need to assign 3D position based off of lat/long and surface of Earth model. Ex. Vector3(, , <sphere_surface>)

Getting Started

  1. Clone this repo via CLI or GitHub Desktop
  2. In your terminal of choice...
git clone https://github.com/g-r-a-e-m-e/pale-blue-dot-visualization-challenge
cd pale-blue-dot-visualization-challenge
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
cd pipeline
python3 pipeline.py
  1. Ensure you have Node.js and npm installed. Documentation at https://docs.npmjs.com/downloading-and-installing-node-js-and-npm
  2. Run the following...
npm install

Changelog

Version Date Contributor Notes
0.01 2023-12-10 g-r-a-e-m-e Update TODO
0.02 2023-12-27 g-r-a-e-m-e Update TODO

About

This is my repository for the Pale Blue Dot: Visualization Challenge

https://www.drivendata.org/competitions/256/

License:MIT License


Languages

Language:JavaScript 91.7%Language:Python 5.7%Language:HTML 1.8%Language:CSS 0.7%