Skip to content

Commit

Permalink
Updating the JSONLD consortia and format
Browse files Browse the repository at this point in the history
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
wolfiex committed Jul 19, 2024
1 parent e22640c commit 7117548
Show file tree
Hide file tree
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.
Binary file not shown.
Binary file removed .github/libs/checks/.DS_Store
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions .gitignore
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

Expand Down
34 changes: 17 additions & 17 deletions JSONLD/archive/showcase /context_data.json
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:"
}
}
}
Loading

0 comments on commit 7117548

Please sign in to comment.