Skip to content

Commit bbee2d9

Browse files
committed
generating a CV.json
1 parent 38b19e1 commit bbee2d9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+266
-2950
lines changed
27 Bytes
Binary file not shown.

.github/GENERATE_SUMMARIES/license.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import cmipld
2-
from cmipld.utils.ldparse import name_entry
2+
from cmipld.utils.ldparse import key_extract
33
me = __file__.split('/')[-1].replace('.py','')
44
def run(io, whoami, path, name, **kwargs):
55
data = cmipld.get(f'cmip7:project/{me}.json', depth=2)[me]
6-
summary = name_entry(data)
6+
summary = key_extract(data,['description','regex'])
77

88

99
# update the name to use the id field

.summaries/.DS_Store

2 KB
Binary file not shown.

.summaries/CMIP7-CVs_activity_id.json

Lines changed: 0 additions & 26 deletions
This file was deleted.

.summaries/CMIP7-CVs_area_label.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

.summaries/CMIP7-CVs_experiment_id.json

Lines changed: 0 additions & 2109 deletions
This file was deleted.

.summaries/CMIP7-CVs_frequency.json

Lines changed: 0 additions & 30 deletions
This file was deleted.

.summaries/CMIP7-CVs_grid_label.json

Lines changed: 0 additions & 59 deletions
This file was deleted.

.summaries/CMIP7-CVs_horizontal_label.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

.summaries/CMIP7-CVs_license.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)