A demo project that uses Python and NASA data to find meteor landing sites
This project requires Python 3 and the requests package
First install pipenv. Then:
pipenv install
pipenv run "python meteors\find_meteors.py"
A demo project that uses Python and NASA data to find meteor landing sites
PythonGPL-3.0