/find-close-meteors

ACG Python course

Primary LanguagePython

     ___        ______     ____ _                 _  ___  
    / \ \      / / ___|   / ___| | ___  _   _  __| |/ _ \ 
   / _ \ \ /\ / /\___ \  | |   | |/ _ \| | | |/ _` | (_) |
  / ___ \ V  V /  ___) | | |___| | (_) | |_| | (_| |\__, |
 /_/   \_\_/\_/  |____/   \____|_|\___/ \__,_|\__,_|  /_/ 

ACloudGuru Python Project

find-close-meteorites

A demo project that uses python and NASA data to find meteor landing sites.

Running

This project requires Python3 and requests package.

First install pipenv. Then:

pipenv install
pipenv run "python meteors/find_meteors.py"