metkitlib 1.16.0.9__cp312-cp312-manylinux_2_28_aarch64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- metkitlib/__init__.py +3 -0
- metkitlib/bin/bufr-sanity-check +0 -0
- metkitlib/bin/compare-mars-requests.py +265 -0
- metkitlib/bin/mars-archive-script +0 -0
- metkitlib/bin/parse-mars-request +0 -0
- metkitlib/include/metkit/api/metkit_c.h +255 -0
- metkitlib/include/metkit/codes/BUFRDecoder.h +47 -0
- metkitlib/include/metkit/codes/BufrContent.h +43 -0
- metkitlib/include/metkit/codes/CodesContent.h +67 -0
- metkitlib/include/metkit/codes/CodesHandleDeleter.h +41 -0
- metkitlib/include/metkit/codes/CodesSplitter.h +40 -0
- metkitlib/include/metkit/codes/GRIBDecoder.h +42 -0
- metkitlib/include/metkit/codes/GribAccessor.h +75 -0
- metkitlib/include/metkit/codes/GribHandle.h +121 -0
- metkitlib/include/metkit/codes/GribIterator.h +48 -0
- metkitlib/include/metkit/codes/LibEccodes.h +38 -0
- metkitlib/include/metkit/codes/MallocCodesContent.h +46 -0
- metkitlib/include/metkit/codes/api/CodesAPI.h +365 -0
- metkitlib/include/metkit/codes/api/CodesTypes.h +93 -0
- metkitlib/include/metkit/codes/api/GeoIterator.h +104 -0
- metkitlib/include/metkit/codes/api/KeyIterator.h +187 -0
- metkitlib/include/metkit/config/LibMetkit.h +56 -0
- metkitlib/include/metkit/fields/FieldIndex.h +58 -0
- metkitlib/include/metkit/fields/FieldIndexList.h +40 -0
- metkitlib/include/metkit/fields/SimpleFieldIndex.h +41 -0
- metkitlib/include/metkit/hypercube/HyperCube.h +105 -0
- metkitlib/include/metkit/hypercube/HyperCubePayloaded.h +88 -0
- metkitlib/include/metkit/mars/BaseProtocol.h +95 -0
- metkitlib/include/metkit/mars/ClientTask.h +206 -0
- metkitlib/include/metkit/mars/DHSProtocol.h +106 -0
- metkitlib/include/metkit/mars/MarsExpandContext.h +42 -0
- metkitlib/include/metkit/mars/MarsExpansion.h +83 -0
- metkitlib/include/metkit/mars/MarsExpension.h +28 -0
- metkitlib/include/metkit/mars/MarsHandle.h +83 -0
- metkitlib/include/metkit/mars/MarsLanguage.h +106 -0
- metkitlib/include/metkit/mars/MarsLocation.h +100 -0
- metkitlib/include/metkit/mars/MarsParsedRequest.h +44 -0
- metkitlib/include/metkit/mars/MarsParser.h +70 -0
- metkitlib/include/metkit/mars/MarsRequest.h +198 -0
- metkitlib/include/metkit/mars/MarsRequestHandle.h +79 -0
- metkitlib/include/metkit/mars/Matcher.h +88 -0
- metkitlib/include/metkit/mars/Param.b +43 -0
- metkitlib/include/metkit/mars/Param.h +84 -0
- metkitlib/include/metkit/mars/ParamID.h +306 -0
- metkitlib/include/metkit/mars/Parameter.h +87 -0
- metkitlib/include/metkit/mars/Quantile.h +73 -0
- metkitlib/include/metkit/mars/RequestEnvironment.h +58 -0
- metkitlib/include/metkit/mars/StepRange.b +43 -0
- metkitlib/include/metkit/mars/StepRange.h +164 -0
- metkitlib/include/metkit/mars/StepRangeNormalise.h +95 -0
- metkitlib/include/metkit/mars/Type.h +265 -0
- metkitlib/include/metkit/mars/TypeAny.h +39 -0
- metkitlib/include/metkit/mars/TypeDate.h +42 -0
- metkitlib/include/metkit/mars/TypeEnum.h +67 -0
- metkitlib/include/metkit/mars/TypeExpver.h +40 -0
- metkitlib/include/metkit/mars/TypeFloat.h +41 -0
- metkitlib/include/metkit/mars/TypeInteger.h +55 -0
- metkitlib/include/metkit/mars/TypeLowercase.h +38 -0
- metkitlib/include/metkit/mars/TypeMixed.h +47 -0
- metkitlib/include/metkit/mars/TypeParam.h +45 -0
- metkitlib/include/metkit/mars/TypeRange.h +41 -0
- metkitlib/include/metkit/mars/TypeRegex.h +49 -0
- metkitlib/include/metkit/mars/TypeTime.h +44 -0
- metkitlib/include/metkit/mars/TypeToByList.h +137 -0
- metkitlib/include/metkit/mars/TypeToByListQuantile.h +41 -0
- metkitlib/include/metkit/mars/TypesFactory.h +92 -0
- metkitlib/include/metkit/metkit_config.h +26 -0
- metkitlib/include/metkit/metkit_ecbuild_config.h +72 -0
- metkitlib/include/metkit/metkit_version.h +30 -0
- metkitlib/include/metkit/pointdb/DataSource.h +91 -0
- metkitlib/include/metkit/pointdb/FieldIndexer.h +128 -0
- metkitlib/include/metkit/pointdb/GribDataSource.h +47 -0
- metkitlib/include/metkit/pointdb/GribFieldInfo.h +76 -0
- metkitlib/include/metkit/pointdb/GribHandleDataSource.h +58 -0
- metkitlib/include/metkit/pointdb/PointIndex.h +121 -0
- metkitlib/include/metkit/pointdb/bits.h +1834 -0
- metkitlib/include/metkit/pointdb/masks.h +22 -0
- metkitlib/include/metkit/tool/MetkitTool.h +79 -0
- metkitlib/lib64/cmake/metkit/metkit-config-version.cmake +43 -0
- metkitlib/lib64/cmake/metkit/metkit-config.cmake +112 -0
- metkitlib/lib64/cmake/metkit/metkit-import.cmake +14 -0
- metkitlib/lib64/cmake/metkit/metkit-targets-relwithdebinfo.cmake +46 -0
- metkitlib/lib64/cmake/metkit/metkit-targets.cmake +116 -0
- metkitlib/lib64/libmetkit.so +0 -0
- metkitlib/lib64/pkgconfig/metkit.pc +33 -0
- metkitlib/share/metkit/axis.yaml +63 -0
- metkitlib/share/metkit/bufr-subtypes.yaml +140 -0
- metkitlib/share/metkit/chemids.yaml +209 -0
- metkitlib/share/metkit/language.yaml +1707 -0
- metkitlib/share/metkit/modifiers.yaml +341 -0
- metkitlib/share/metkit/obstype.yaml +182 -0
- metkitlib/share/metkit/odb/marsrequest.yaml +9 -0
- metkitlib/share/metkit/param-matching.yaml +16 -0
- metkitlib/share/metkit/paramids.yaml +24034 -0
- metkitlib/share/metkit/params-static.yaml +212 -0
- metkitlib/share/metkit/params.yaml +9833 -0
- metkitlib/share/metkit/reportype.yaml +525 -0
- metkitlib/share/metkit/shortname-context.yaml +192 -0
- metkitlib-1.16.0.9.dist-info/METADATA +75 -0
- metkitlib-1.16.0.9.dist-info/RECORD +104 -0
- metkitlib-1.16.0.9.dist-info/WHEEL +5 -0
- metkitlib-1.16.0.9.dist-info/licenses/AUTHORS +12 -0
- metkitlib-1.16.0.9.dist-info/licenses/LICENSE +190 -0
- metkitlib-1.16.0.9.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,212 @@
|
|
|
1
|
+
- - class: mc
|
|
2
|
+
levtype: sfc
|
|
3
|
+
stream: oper
|
|
4
|
+
type: an
|
|
5
|
+
- - 32
|
|
6
|
+
- 130
|
|
7
|
+
- 134
|
|
8
|
+
- 164
|
|
9
|
+
- 187
|
|
10
|
+
- 188
|
|
11
|
+
- - class: mc
|
|
12
|
+
levtype: sfc
|
|
13
|
+
stream: oper
|
|
14
|
+
type: fc
|
|
15
|
+
- - 32
|
|
16
|
+
- 58
|
|
17
|
+
- 134
|
|
18
|
+
- 142
|
|
19
|
+
- 143
|
|
20
|
+
- 164
|
|
21
|
+
- 176
|
|
22
|
+
- 177
|
|
23
|
+
- 178
|
|
24
|
+
- 179
|
|
25
|
+
- 187
|
|
26
|
+
- 188
|
|
27
|
+
- 228
|
|
28
|
+
- - class: mc
|
|
29
|
+
levtype: pl
|
|
30
|
+
stream: oper
|
|
31
|
+
type: an
|
|
32
|
+
- - 130
|
|
33
|
+
- 135
|
|
34
|
+
- 152
|
|
35
|
+
- 157
|
|
36
|
+
- 210181
|
|
37
|
+
- 217009
|
|
38
|
+
- - class: mc
|
|
39
|
+
levtype: pl
|
|
40
|
+
stream: oper
|
|
41
|
+
type: fc
|
|
42
|
+
- - 130
|
|
43
|
+
- 135
|
|
44
|
+
- 152
|
|
45
|
+
- 210181
|
|
46
|
+
- 217009
|
|
47
|
+
- - class: mc
|
|
48
|
+
levtype: ml
|
|
49
|
+
stream: oper
|
|
50
|
+
type: an
|
|
51
|
+
- - 135
|
|
52
|
+
- 152
|
|
53
|
+
- 210181
|
|
54
|
+
- 217009
|
|
55
|
+
- - class: mc
|
|
56
|
+
levtype: ml
|
|
57
|
+
stream: oper
|
|
58
|
+
type: fc
|
|
59
|
+
- - 129
|
|
60
|
+
- 130
|
|
61
|
+
- 131
|
|
62
|
+
- 132
|
|
63
|
+
- 133
|
|
64
|
+
- 135
|
|
65
|
+
- 138
|
|
66
|
+
- 152
|
|
67
|
+
- 155
|
|
68
|
+
- 210181
|
|
69
|
+
- 217009
|
|
70
|
+
- - class: ai
|
|
71
|
+
levtype: sfc
|
|
72
|
+
stream: oper
|
|
73
|
+
type: fc
|
|
74
|
+
- - 228143
|
|
75
|
+
- 228144
|
|
76
|
+
- 228164
|
|
77
|
+
- 228228
|
|
78
|
+
- 231002
|
|
79
|
+
- 3073
|
|
80
|
+
- 3074
|
|
81
|
+
- 3075
|
|
82
|
+
- - class: ai
|
|
83
|
+
levtype: sfc
|
|
84
|
+
stream: enfo
|
|
85
|
+
type: [cf, pf]
|
|
86
|
+
- - 228143
|
|
87
|
+
- 228144
|
|
88
|
+
- 228164
|
|
89
|
+
- 228228
|
|
90
|
+
- 231002
|
|
91
|
+
- 3073
|
|
92
|
+
- 3074
|
|
93
|
+
- 3075
|
|
94
|
+
- - class: od
|
|
95
|
+
levtype: ml
|
|
96
|
+
stream: oper
|
|
97
|
+
type: fc
|
|
98
|
+
- - 210131
|
|
99
|
+
- - class: od
|
|
100
|
+
levtype: pl
|
|
101
|
+
stream: dacl
|
|
102
|
+
type: pb
|
|
103
|
+
- - 129
|
|
104
|
+
- 130
|
|
105
|
+
- - class: od
|
|
106
|
+
levtype: ml
|
|
107
|
+
stream: sens
|
|
108
|
+
type: sg
|
|
109
|
+
- - 129
|
|
110
|
+
- 155
|
|
111
|
+
- 129155
|
|
112
|
+
- 155129
|
|
113
|
+
- - type: ob
|
|
114
|
+
- - 129
|
|
115
|
+
- - type: ofb
|
|
116
|
+
- - 129
|
|
117
|
+
- - class: od
|
|
118
|
+
levtype: o2d
|
|
119
|
+
stream: oper
|
|
120
|
+
type: fc
|
|
121
|
+
- - 250001
|
|
122
|
+
- 250002
|
|
123
|
+
- 250003
|
|
124
|
+
- 250004
|
|
125
|
+
- 250005
|
|
126
|
+
- 250006
|
|
127
|
+
- 250007
|
|
128
|
+
- 250008
|
|
129
|
+
- 250009
|
|
130
|
+
- 250010
|
|
131
|
+
- 250011
|
|
132
|
+
- 250012
|
|
133
|
+
- 263000
|
|
134
|
+
- 263001
|
|
135
|
+
- 263002
|
|
136
|
+
- 263003
|
|
137
|
+
- 263004
|
|
138
|
+
- 263005
|
|
139
|
+
- 263006
|
|
140
|
+
- 263007
|
|
141
|
+
- 263100
|
|
142
|
+
- 263101
|
|
143
|
+
- 263102
|
|
144
|
+
- 263103
|
|
145
|
+
- 263104
|
|
146
|
+
- 263105
|
|
147
|
+
- 263106
|
|
148
|
+
- 263107
|
|
149
|
+
- 263108
|
|
150
|
+
- 263109
|
|
151
|
+
- 263110
|
|
152
|
+
- 263111
|
|
153
|
+
- 263112
|
|
154
|
+
- 263113
|
|
155
|
+
- 263114
|
|
156
|
+
- 263115
|
|
157
|
+
- 263116
|
|
158
|
+
- 263117
|
|
159
|
+
- 263118
|
|
160
|
+
- 263119
|
|
161
|
+
- 263120
|
|
162
|
+
- 263121
|
|
163
|
+
- 263122
|
|
164
|
+
- 263123
|
|
165
|
+
- 263124
|
|
166
|
+
- 263125
|
|
167
|
+
- 263126
|
|
168
|
+
- 263127
|
|
169
|
+
- 263128
|
|
170
|
+
- - class: od
|
|
171
|
+
levtype: o3d
|
|
172
|
+
stream: oper
|
|
173
|
+
type: fc
|
|
174
|
+
- - 263500
|
|
175
|
+
- 263501
|
|
176
|
+
- 263502
|
|
177
|
+
- 263503
|
|
178
|
+
- 263504
|
|
179
|
+
- 263505
|
|
180
|
+
- 263506
|
|
181
|
+
- 263507
|
|
182
|
+
- - class: od
|
|
183
|
+
levtype: sfc
|
|
184
|
+
stream: oper
|
|
185
|
+
type: fc
|
|
186
|
+
- - 160
|
|
187
|
+
- 163
|
|
188
|
+
- 3062
|
|
189
|
+
- 3099
|
|
190
|
+
- 160198
|
|
191
|
+
- 228032
|
|
192
|
+
- 228143
|
|
193
|
+
- 228144
|
|
194
|
+
- 228164
|
|
195
|
+
- 228228
|
|
196
|
+
- 228236
|
|
197
|
+
- 231001
|
|
198
|
+
- 231002
|
|
199
|
+
- 231003
|
|
200
|
+
- 231010
|
|
201
|
+
- 231012
|
|
202
|
+
- 260199
|
|
203
|
+
- 260227
|
|
204
|
+
- 260228
|
|
205
|
+
- 260259
|
|
206
|
+
- 260360
|
|
207
|
+
- 260509
|
|
208
|
+
- 262121
|
|
209
|
+
- - stream: oper
|
|
210
|
+
type: ssd
|
|
211
|
+
- - 260512
|
|
212
|
+
|