Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sandramsc/sandramsc.github.io
A geospatial app that displays and locates every known debris object orbiting Earth in real time
https://github.com/sandramsc/sandramsc.github.io
2021 nasa-data nasa-spaceapps-challenge tle
Last synced: 7 days ago
JSON representation
A geospatial app that displays and locates every known debris object orbiting Earth in real time
- Host: GitHub
- URL: https://github.com/sandramsc/sandramsc.github.io
- Owner: sandramsc
- License: apache-2.0
- Created: 2021-09-30T21:43:22.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-22T19:33:12.000Z (over 2 years ago)
- Last Synced: 2023-07-30T18:24:31.086Z (over 1 year ago)
- Topics: 2021, nasa-data, nasa-spaceapps-challenge, tle
- Language: JavaScript
- Homepage:
- Size: 17.6 MB
- Stars: 2
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Team Blue Marble
Mapping Space Trash In Real Time
## Application Description
A geospatial app that displays and locates every known debris object orbiting Earth in real time
## Table of Contents
Team Blue Marble
+ [Application Description](#application-description)
+ [Table of Contents](#table-of-contents)
+ [Project Demo](#demo)
+ [Screenshots](#screenshots)
+ [Technology Stack](#technology-stack)
+ [Features](#features)
+ [Running](#running)
+ [Usage](#usage)
+ [Collaborators](#collaborators)
+ [References](#references)
+ [License](#license)## Project Demo
Explore the Web app: https://sandramsc.github.io
## Screenshots
![screenshot_1](https://user-images.githubusercontent.com/19821445/135711783-975f36a8-4fd9-43e9-be66-854e1b73ce9a.JPG)
![screenshot_2](https://user-images.githubusercontent.com/19821445/135711784-5dda03e4-0b42-4d55-b93d-03318f93dee9.JPG)
![IMG-20211003-WA0036](https://user-images.githubusercontent.com/19821445/135766375-a4378098-7ab7-4663-a161-1a84e20c113f.jpg)
![orbitjunk](https://user-images.githubusercontent.com/19821445/135750740-33bc51a4-03d3-4677-9f9e-6d08054801fb.png)## Technology Stack
| Technology | Description |
|------------|-------------------------------------------|
| HTML5 | Hyper Text Markup Language |
| CSS3 | Cascading Style Sheets |
| JavaScript | Object-oriented language |
| Flatpickr | Lightweight and powerful datetime picker |
| Bootstrap | Open-source CSS framework |
| jQuery | JavaScript library |
| Satellite.js | A library to make satellite propagation via TLEs in the web possible |
|Moment.js | Lightweight JavaScript date library |## Features
1. Date & Time Picker which allows a user to see the location of debris at a given point in time.
2. Choose file option enables users to add their own TLEs (Two Line Elements) in .txt format and the data is in turn plotted on the globe.
## Running
To test the application run the following commands on your terminal:
**Running the application locally:**
```
clone the repository
```## Usage
Visit http://localhost:5500 on a Browser to View the App
## Collaborators
| Name | Link ↘️ |
|-------------------------------|---------------------------------|
| Niharika Khopade | https://github.com/niharikakhopade |
| Sandra Ashipala | https://github.com/sandramsc |
| Pavan Kalyan | https://github.com/mpavankalyan63 |
| Sahil Dhumale | https://github.com/ZeroSSD |## References
* [NASA WorldWind](https://worldwind.arc.nasa.gov/)
* [Space-Track](https://www.space-track.org/auth/login)
* [Satellite.js](https://github.com/shashwatak/satellite-js)## License
[![GitLicense](https://gitlicense.com/badge/sandramsc/sandramsc.github.io)](https://github.com/sandramsc/sandramsc.github.io/blob/master/LICENSE)