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
- Host: GitHub
- URL: https://github.com/tleonhardt/find-close-meteorites
- Owner: tleonhardt
- License: apache-2.0
- Created: 2019-10-03T02:54:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-03T03:50:21.000Z (over 6 years ago)
- Last Synced: 2024-12-28T10:52:26.620Z (over 1 year ago)
- Topics: nasa, python, requests
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```