-
Notifications
You must be signed in to change notification settings - Fork 9
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
CDA direct file access #134
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
… a simple scalar When the result is a scalar we don't wrap it back into a SpeasyVariable Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
…e and there is space Only caching the variable for 24H was not a good idea since CDF files on remote archives don't change much, CDF++ is fast and we download several times the same CDF for each variables if we request several vars from the same dataset. Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
…verter Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
…t CDF files Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
…he data as much as possible Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
a994a72
to
fced57a
Compare
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
…trings... Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
9ad0ac0
to
be391f2
Compare
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
brenard-irap
approved these changes
May 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds to Speasy the ability to automatically find CDF files on the CDA archive based on information given in this file. This allows to reduce the latency (no WS involved) but could imply to download more data than needed (each CDF has many variables).
The CDAWeb module can now work in 3 different modes:
The current limitations are:
Impact on Speasy dependencies:
Unrelated fixes: