NOC-MSM / NOC-MSM/OceanDataStore
Able to cache catalog
@oj-tooth is already working on this.
Since Oct 14, 2025.
- Dominant language
- Python
- Stars
- 12
- Forks
- 1
- Avg merge
- 12m
- Merged PRs (30d)
- 1
Description
I need to search the whole catalog to check if there is suitable data e.g. get the highest spatial and temporal resolution data there is for the spatial and temporal extent of interest. This is easy enough but currently it takes a long time as it will always rebuild an index from the catalog which is not really that efficent/required
Is it possible to generate a local cache that is updated at a defined interval? ideally it can also be forced if the user knows there is new data.
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.