/find-close-meteorites

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

Primary LanguagePython

find-close-meteorites

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

Running

This project requires Python 3 and the requests package.

python3 find_meteors.py

First, install pipenv. Then:

pipenv install
pipenv run "python find_meteors-py"