From aea2a8888fe248697f0ccf01755ecf2a2a295a48 Mon Sep 17 00:00:00 2001 From: Kevin Donahue Date: Sat, 19 Oct 2024 20:24:22 -0400 Subject: [PATCH] update readme --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a55db6..1238cd9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # CTTS -> closer to the stars +> notice: this is alpha software; apis may change quickly, and quality of the brightness prediction is still being ironed out CTTS is an open source application for reading [sky brightness](https://en.wikipedia.org/wiki/Sky_brightness) all over the earth, without a sensor. @@ -66,6 +66,14 @@ for H3 cells and that the consumer service is storing them in the postgres table `mpsas` in the response stands for 'magnitudes per square arcsecond', and it is the predicted brightness value for that location. +## todos + +- [ ] support for continents other than north america +- [ ] less noisy container startup +- [ ] live updates to open meteo data while app is running +- [ ] REST apis in addition to the gRPC ones +- [ ] better storage of predictions in order to faciliate grouping/sorting + ## documentation - [api client usage](./api/README.md)