···11# Satellite observatory
2233+(yes i'm aware of the typo)
44+55+36Inspired by my previous project [iss_locator.rs](https://tangled.sh/@technoduck.me/iss_locator.rs), and the indomitable human spirit,
47its an interactive program displaying the current location of the ISS.
58···21242225While the code for now is a bit ISS specific other satellites can be easily added, by fetching their TLE and doing the same calculations.
23262727+- [ ] Transform location update to inline calculation, it's not that costly async can be reserved for the TLE fetching.
2828+- [ ] general cleanup
24293030+## Contributions?
25313232+If you want a symbolic (or not) contribution, the easiest would be to ~~dox yourself~~ add a city!
3333+They are all held in a `pub const CITIES` in `app.rs`. Adding a city is as easy as adding another line with your chosen location name, and longitude and lattitude (decimal).
3434+3535+The ISS visibility status is in the works, but the `City` struct should not change.