Conversation
Member
Author
|
@rhaegar325 I'll push the changes progressively |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #149 +/- ##
==========================================
- Coverage 57.55% 50.97% -6.58%
==========================================
Files 18 18
Lines 2403 2819 +416
==========================================
+ Hits 1383 1437 +54
- Misses 1020 1382 +362 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
… and update attributes
…construct DRS paths according to specifications
…P7 vocabulary classes
…pings. Added JSON files to the mapping folder.
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.
Draft: CMIP7 Vocabulary Integration Setup
🚧 This is a Draft Pull Request 🚧
This PR is created as a draft to establish the foundation for CMIP7 vocabulary integration in ACCESS-MOPPy. It is not ready for merge and serves as a preparation step for upcoming CMIP7 support.
Purpose
This draft PR addresses the initial setup required to integrate CMIP7 controlled vocabularies into ACCESS-MOPPy by updating the CMIP7_CVs submodule configuration.
Changes Made
productionbranch of WCRP-CMIP/CMIP7-CVsNext Steps
This draft establishes the groundwork for:
CMIP6Vocabularybut adapted for CMIP7 specificationsCurrent Status
Implementation Plan
Phase 1: Core CMIP7Vocabulary Class
CMIP7Vocabularyclass invocabulary_processors.pyPhase 2: CMIP7 Table Support
Phase 3: Metadata Generation
Phase 4: Testing & Validation
Technical Considerations
Key Differences from CMIP6
Compatibility
Review Notes
This PR is marked as draft because:
Please do not merge until all CMIP7 integration components are complete and thoroughly tested.
Related Issues
Note: This draft PR sets up the foundation for CMIP7 support. Subsequent commits will add the complete CMIP7 vocabulary processing capabilities while maintaining backward compatibility with CMIP6.