An open API service indexing awesome lists of open source software.

https://github.com/tleonhardt/find-close-meteorites

A demo project that uses Python and NASA to find meteorite landing sites
https://github.com/tleonhardt/find-close-meteorites

nasa python requests

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# find-close-meteorites
A demo project that uses [Python](https://www.python.org) and [NASA](https://data.nasa.gov/resource/y77d-th95.json) to
find meteorite landing sites

## Running

This project requires Python 3 and the [requests](https://requests.readthedocs.io/en/master/) package.

First, install [pipenv](https://github.com/pypa/pipenv). Then:

```
pipenv install
pipenv run meteors/find_meteors.py
```