Merged
Conversation
…ynguyen/harmony into giovanni-averaging-adapter
Adding umm S record into uat in services.yml
Giovanni averaging adapter
This file contains hidden or 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
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.
Jira Issue ID
CLDGIANNI-3970
Description
We have prepared and locally tested the Giovanni averaging adapter. Since Harmony has added support for
validate_variables: false, we are using our internal data field ID for the variable/UMM-Var ID. We have created the association between the UMM-S record for this service and a collection we test on: C1215802935-GES_DISC. Harmony's AWS non-prod accounts should be able to access Giovanni resources (S3, catalog endpoint) as we have tested last sprint.Local Test Steps
Averaging along time to create a time-averaged map (geotiff file ouput):
http://localhost:3000/C1215802935-GES_DISC/ogc-api-coverages
/1.0.0/collections/M2T1NXAER_5_12_4_BCCMASS/coverage/rangeset?format=image%2Ftiff&subset=lat(-50%3A
-48)&subset=lon(-90%3A
-87)&subset=time(%222009-01-01T00%3A00%3A00%22%3A%222009-01-05T10%3A31%3A12%22)&average=time
Averaging along spatial dimensions to create area-averaged timeseries (csv file ouput):
http://localhost:3000/C1215802935-GES_DISC/ogc-api-coverages
/1.0.0/collections/M2T1NXAER_5_12_4_BCCMASS/coverage/rangeset?format=text%2Fcsv&subset=lat(-50%3A
-48)&subset=lon(-90%3A
-87)&subset=time(%222009-01-01T00%3A00%3A00%22%3A%222009-01-05T10%3A31%3A12%22)&average=area
PR Acceptance Checklist