Skip to content

Commit 931bbf6

Browse files
authored
Merge pull request #64 from nansencenter/issue63_revert_aliases
Revert platform categories to their previous names
2 parents 9a1dcff + 0305870 commit 931bbf6

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

pythesint/pythesintrc.yaml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
# The categories for each vocabulary can be specified as a list or a
3+
# dictionary. The dictionary option enables to define aliases.
4+
# In that case the format is category_name: alias
5+
# where category_name is the category name defined by the provider
16
- name: wkv_variable
27
module: wkv_vocabulary
38
class: WKVVocabulary
@@ -58,14 +63,10 @@
5863
kwargs:
5964
url: https://gcmdservices.gsfc.nasa.gov/kms/concepts/concept_scheme/platforms/?format=csv
6065
categories:
61-
# these aliases ensure backwards compatibility for the time being
62-
# the format is category_name: alias
63-
# where category_name is the category name defined by the provider
64-
Basis: Category
65-
Category: Series_Entity
66-
Sub_Category: ''
67-
Short_Name: Short_Name
68-
Long_Name: Long_Name
66+
- Category
67+
- Series_Entity
68+
- Short_Name
69+
- Long_Name
6970

7071
- name: gcmd_location
7172
module: gcmd_vocabulary
@@ -191,3 +192,4 @@
191192
categories:
192193
- prefLabel
193194
- definition
195+
...

0 commit comments

Comments
 (0)