guynir42 / guynir42/AstroRetriever

What to do when data is not found on disk

Open
#69 0 comments 0 reactions 1 assignee Claimed by @guynir42 View on GitHub
needs decision
Dominant language
Python
Stars
5
Forks
2
PR merge metrics
No merged PRs in 30d

Description

Suppose we load a RawPhotometry or other data from the DB.
Then the file is missing or the key is not in the file.
What should the code do...?
There are several options:
1) throw an exception.
2) re-download and then attach the data to that row in the DB
3) delete that row in the DB and then save or not save the re-downloaded data based on input parameters.
4) ignore it and let the downstream code throw when it cannot find the data.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.