-
Notifications
You must be signed in to change notification settings - Fork 0
Add MSAVI index to backend #29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…o sat_index_router
| ..., | ||
| description="Method of aggregating available data into a single datapoint to represent the selected time interval e.g. mean average", | ||
| ), | ||
| ): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in the long run we might wanna put the schema for input validation into a seperate file which would probably lead to less code and more reusability :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed. I encountered many things like this that I want to change. I decided not to include them in the scope of this branch.
|
Very nice generalization of the existing architecture to work with all indexes 👍 |
|
i liked how you made the cache 'writeable' and thanks a lot for all the refactoring and clean up! |
Uh oh!
There was an error while loading. Please reload this page.