-
Notifications
You must be signed in to change notification settings - Fork 2
/
standards-key-census.txt
50 lines (43 loc) · 1.04 KB
/
standards-key-census.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
To figure out the the extent of the problem with mixed-case standard
keys, I wanted to know all standard keys out there. Here is a hack to
do that if you have a local connection to a DaCHS rr RegTAP
implementation:
psql gavo
\copy (select string_agg(oaixml, '') from rr.oairecs where ivoid like 'ivo://ivoa.net%') to ivorecs.xml;
Exit, psql, edit ivorecs.xml and give it an arbitrary root element.
Also replace the literal "\n".
Then:
xmlstarlet sel -t -c //key/name ivorecs.xml
Don't worry about the undefined namespace prefixes -- we don't need them
here.
With a bit of RE trickery, you'll get a list of standard keys. In July
2023, we had:
v2.0
hipslist-1.0
hips-1.0
core-1.1
table-1.0
1.0
BasicAA
tls-with-password
tls-with-password
tls-with-certificate
cookie
saml2.0
OAuth
OpenID
upload-inline
upload-http
upload-https
upload-ftp
output-votable-td
output-votable-binary
output-votable-binary2
features-udf
features-adqlgeo
features-adql-string
features-adql-common-table
features-adql-sets
features-adql-type
features-adql-unit
features-adql-offset