You are browsing as a guest. Sign up (or log in) to start making projects!

Satellite Tracker

  • 3 Devlogs
  • 6 Total hours

I am building a website to track satellite using their TLEs provided my U.S space force on spacetracker.org i am using satellit.js to calculate TLEs data. This is phase 1 of my ultimate goal is to build a mini ground station to track satellite and receive signals from Weather Satellites (NOAA weather images) . I changed host to nest on request but now it is taking a lot of time to load so please be patient while reviewing.

Ship #1

I made a website to track Satellites by their norad IDs using python to fetch TLE by given Norad id or Id inputted by user from space-track.org, then server.js to dump it into JSON format and then my main.js file calculates it's position and animates it.

most challenging part was to animate earth and satellites ( then i remembered i can use cesium's example code as reference, I really suck at making UI). also I hat a hard time figuring out how can i take user input and give it to py file ( but it turned out to be simpler than i imagined)

# how to use it

=> you can either see location and trajectory of satellite that are already present.
OR
=> you can search any satellite by entering their norad id (google it) in given box.

(you ca send me suggestions to add new features or wait for my next update)

  • 3 devlogs
  • 6h
  • 9.46x multiplier
  • 55 Stardust
Try project → See source code →
Open comments for this post

2h 51m logged

I created track satellite function where user can enter and track their satellite, also i added some more satellite as preview. ( I had a hard time to figure out how can i norad entered by user but it turned out to be simpler than i expected)

0
0
2
Open comments for this post

1h 59m 55s logged

hello coders! I Tracked ISS and predicted it’s trajectory using space-track.org to fetch it’s TLE in python and calculated it’s coordinates and trajectory using satellite.js and animated it in my web page using cisium.js ( It took me more than 4 hours but my hackatime was not working although I tried to resolve this problem i hope it works)

0
0
4

Delete project?

Are you sure you want to permanently delete this project? This action cannot be undone.

All devlogs, followers, and associated data will be removed.

Followers

Loading…