Open comments for this post
Updates
- Major CSS & color overhaul!
- Added the preview of the list of satellites returned by search, now need to make it dynamically added by js
CSS and color designing is difficult, this update took quite a while…
Next
- Make the list functional and clickable
- Show satellite details on click
- Trajectory tracking
Try out the preview at nadir-space.vercel.app!
Open comments for this post
Finished the code to retrieve search results from the backend! Also filled in more sections of the sidebar.
Next - show the search results in the scroll region, and handle search page flips.
Open comments for this post
Added filters for launch site. Launch sites are populated automatically based on whichever countries are selected.
Suggestions and improvements on GUI design are welcome!
Next steps - Get the filtered satellites from the backend, and display them below the search filter on the sidebar as item boxes.
Will also need to add trajectory tracking later.
Open comments for this post
Working on some backend code for filtering satellite entries…
This feature may take some time
Open comments for this post
Started work on the filter sidebar (suggestions on design improvements pls!!)
Working with CSS is horrible, it takes me way too long to make a simple element fit properly..
Open comments for this post
Added the layouts for the search and info sidebar
Next - populate the sidebars, first with the search function
Open comments for this post
Successfully rendered the satellites as moving dots!
Now working on the GUI, including trajectory tracking, filtering, and loading screens.
Open comments for this post
Managed to write an API endpoint to retrieve satellite ID’s based on filters, will be used later in the frontend
Next step - render the satellites as dots.
Open comments for this post
Completed code to retrieve catalog of satellites, and store it in NeonDB!
I might get banned from spacetrack bcz of the unholy number of API requests I fired for debugging…
Open comments for this post
It took me embarrassingly long to implement such a simple helper function!
Finally though, I managed to be able to sign in to spacetrack, and store the session cookie provided in vercel blob storage. Most of my time went in debugging errors with blob storage, but now that I’ve learnt that, progress should be faster!
Open comments for this post
Deployed the app on vercel, with a cesium js renderer!