`get_box_time` time range minimum
@Sulla2012 is already working on this.
Since May 5, 2026.
- Dominant language
- Python
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
get_box_time only returns sources where the specific ephemera points lie within the requested time range. Since the ephemera are only sampled every hour, this means short time requests will return no sources even if a source is really in the box, since the time range simply didn't contain any ephemera points. One solution to this is to interpolate the ephemera, but that's time consuming, both because we have to make the interpolation object and because it means we can no longer use an SQL query to find objects in the box. The simpler and probably better solution is to put a minimum on the length of time of the time box.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.