-
Notifications
You must be signed in to change notification settings - Fork 2
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
Arch finalization proposal #25
Merged
+938
−921
Merged
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
71ce3e0
adding numpy types to python types conversion for metadata
dchandan 350b4f4
removing collection2enum
dchandan 2a445f0
black
dchandan 2728ce6
extracting pydantic base models to models.py
dchandan b47d613
removing cmip6 extension code
dchandan 2f5dc39
Breaking CFJsonItem part 1: extracting STAC item creation
dchandan 3f821ce
Breaking CFJsonItem part 2: extracting datacube extension code
dchandan 3c584cc
updating geometry structure
dchandan b7a7ed9
moving np datatype conversion to a separate function
dchandan 48598ae
modifications to datacube extension helper functions as per Francis's…
dchandan 94eb521
code cleanup
dchandan a64a226
change how prefix is applied
dchandan f22c1a2
PR changes
dchandan efd9230
fixing output media type and roles output for assets
dchandan 3e88591
adding magpie resource link
dchandan 8d66fba
adding collection resource link for Magpie
dchandan 00a968a
posting items fixes
dchandan 2c3b49d
removing function no longer in use
dchandan 6908d55
implemented updating stac collection and items
dchandan 0c959ea
removing need to pass yml file to app on command line
dchandan 73b2773
code cleanup
dchandan 9e919c2
adding __init__ files
dchandan c62fb80
fix
dchandan 10db128
more fixes
dchandan 25985db
diagnostics
dchandan 6d675bc
removing unused code
dchandan 65bd5bb
refactoring to allow more flexibility
dchandan f540dbe
fix datacube extension
dchandan 323c945
pr changes
dchandan 0581c61
reverting to old way to read thredds access links
dchandan 37a26e1
adding ability to get single file from THREDDS loader
dchandan e55591d
making make_cmip6_item_id a staticmethod
dchandan f1e28db
wrapping call to make STAC item with a try-exepcet block
dchandan 8bb21e1
fixing commit e55591dd0b7f7db6cd4ee7256512d5693d282145
dchandan 3055afc
more fixes to previous commits
dchandan 3f1d284
making tracking_id optional in CMIP6ItemProperties
dchandan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
black
commit 2a445f04b7f4c12dd50401baf8ce4502aa696aff
There are no files selected for viewing
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These look like THREDDS-specific metadata. They should most probably be attributes within its implementation.