-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating the JSONLD consortia and format
removing cmip: from all types frequency, grid label and source-type fix node script fix Delete .github/libs/checks/__pycache__ directory Delete .github/libs/checks/.DS_Store Delete .github/libs/__pycache__ directory Update .gitignore adding consortia for cmip6plus miroc fix ncc id correction solaris-heppa id correction recompute ld cleanup json formatting script json formatting script json formatting script keysort and @id correction parse script fix dev work cvs native nominal realm correction
- Loading branch information
Showing
9,255 changed files
with
1,733,044 additions
and
854,452 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# Byte-compiled / optimized / DLL files | ||
__pycache__/ | ||
*__pycache__ | ||
*.DS_Store | ||
*.py[cod] | ||
*$py.class | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
{ | ||
"institutions": { | ||
"@context": { | ||
"@vocab": "institutions", | ||
"@base": "https://github.com/PCMDI/mip-cmor-tables/tree/json-ld/JSONLD/institutions" | ||
} | ||
}, | ||
"location": { | ||
"@context": { | ||
"@vocab": "location:" | ||
} | ||
}, | ||
"consortia": { | ||
"@context": { | ||
"@vocab": "consortia", | ||
"@base": "https://github.com/PCMDI/mip-cmor-tables/tree/json-ld/JSONLD/consortia" | ||
} | ||
"consortia": { | ||
"@context": { | ||
"@base": "https://github.com/PCMDI/mip-cmor-tables/tree/json-ld/JSONLD/consortia", | ||
"@vocab": "consortia" | ||
} | ||
} | ||
}, | ||
"institutions": { | ||
"@context": { | ||
"@base": "https://github.com/PCMDI/mip-cmor-tables/tree/json-ld/JSONLD/institutions", | ||
"@vocab": "institutions" | ||
} | ||
}, | ||
"location": { | ||
"@context": { | ||
"@vocab": "location:" | ||
} | ||
} | ||
} |
Oops, something went wrong.