Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whots/homeneo
Data Science - Asteroid exploration with NASA apis using Julia.
https://github.com/whots/homeneo
ai beginner-project data-science julia julia-language nasa nasa-api
Last synced: 26 days ago
JSON representation
Data Science - Asteroid exploration with NASA apis using Julia.
- Host: GitHub
- URL: https://github.com/whots/homeneo
- Owner: WHots
- Created: 2024-04-02T01:58:37.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-04-02T02:36:43.000Z (7 months ago)
- Last Synced: 2024-10-12T22:40:43.849Z (26 days ago)
- Topics: ai, beginner-project, data-science, julia, julia-language, nasa, nasa-api
- Language: Julia
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Asteroid Exploration with Julia & The NASA APIs
This repository marks my initial foray into data science and the Julia programming language. Inspired by a background in low-level Windows development & reverse engineering with a fascination of space, I decided to takeup an overnight project In the area of space data science using the Julia langauge.
# Functionality
- **API Key:** Obtain a free API key from NASA ([NASA API](https://api.nasa.gov/)).
- **Asteroid ID:** Find asteroid IDs using NASA's Small-Body Database Lookup Tool ([SBDB Lookup Tool](https://ssd.jpl.nasa.gov/tools/sbdb_lookup.html)).* This script collects data from NASA APIs regarding Near-Earth Objects (NEOs) with Earth as its default parameter. It displays graphs organized by date, location, distance from Earth, speed, and various units such as miles per hour (Mph), kilometers per hour (Kph), and Mach.
### Example Output
![2024-04-01 21_23_10-Window](https://github.com/WHots/HomeNEO/assets/56490828/71a38571-f114-46b6-bd11-2a7d029e2db3)
![2024-04-01 21_27_07-Window](https://github.com/WHots/HomeNEO/assets/56490828/aa6260d8-7998-4c4c-9541-cfe20ce75f47)# Future Possibilities
This project, initially a side exploration, has sparked interest in further data science pursuits. Potential directions include:
- **AI Integration:** Developing predictive models for asteroid behavior.
- **Community Collaboration:** Inviting contributions to expand the project's scope.## Getting Started
If you'd like to experiment with the code or contribute ideas, please feel welcome to do so. While the current focus is on functionality, the path is open for enhancements and new features.
## Project Background
This project reflects a desire to broaden my development horizons and delve into the captivating world of space data analysis.