/find-close-meteorites

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

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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.

First, install Anaconda. Then:

conda create --name [project_name] python=[version_number]
conda activate [project_name]
conda run python [source_folder]/[script_file.py]

Or you can then run the script directly