We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Working on issue #34 it dawned on me that we could cache the parameters, intervals, and other various metadata in a local store.
Then on every TSID built, for example, raise a warning if a user is requesting a TSID with a parameter that doesn't exist in CWMS.
Perhaps base the cache on a time interval or a version of Repgen.
Additionally could add a flag that lets you disable cache
Ie
--disable-cache
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Working on issue #34 it dawned on me that we could cache the parameters, intervals, and other various metadata in a local store.
Then on every TSID built, for example, raise a warning if a user is requesting a TSID with a parameter that doesn't exist in CWMS.
Perhaps base the cache on a time interval or a version of Repgen.
Additionally could add a flag that lets you disable cache
Ie
--disable-cache
The text was updated successfully, but these errors were encountered: