Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 264 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 264 Bytes

find-close-meteors

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

Running

This project requires Python 3 and the requests package.

First, install pipenv. Then:

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