metanorma-cli 1.3.3 → 1.3.7
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.
- checksums.yaml +4 -4
- data/.github/workflows/dependent_repos.env +3 -0
- data/.github/workflows/macos.yml +38 -0
- data/.github/workflows/ubuntu.yml +72 -0
- data/.github/workflows/windows.yml +40 -0
- data/.gitignore +21 -0
- data/.hound.yml +3 -0
- data/.rspec +2 -0
- data/.rubocop.yml +515 -0
- data/docs/installation.adoc +61 -0
- data/docs/navigation.adoc +7 -0
- data/docs/usage.adoc +74 -0
- data/lib/metanorma/cli/command.rb +25 -1
- data/lib/metanorma/cli/setup.rb +9 -30
- data/lib/metanorma/cli/version.rb +1 -1
- data/metanorma-cli.gemspec +24 -19
- data/templates/base/.github/workflows/docker.yml +74 -0
- data/templates/base/.github/workflows/macos.yml +50 -0
- data/templates/base/.github/workflows/ubuntu.yml +55 -0
- data/templates/base/.github/workflows/windows.yml +42 -0
- data/templates/base/.gitlab-ci.yml +34 -4
- data/templates/base/Makefile +111 -59
- data/templates/base/Makefile.win +136 -36
- data/templates/base/metanorma.yml +1 -1
- metadata +49 -83
- data/05-020r26.rxl +0 -75
- data/05-020r26.xml.zip +0 -0
- data/Gemfile.lock +0 -336
- data/a +0 -3
- data/a.json +0 -33
- data/a.rb +0 -13
- data/a.rxl +0 -45
- data/b +0 -85
- data/csd-tofix 2.zip +0 -0
- data/csd-tofix.zip +0 -0
- data/exe/metanorma.old +0 -178
- data/extract/sourcecode/sourcecode-0000.txt +0 -5
- data/files.zip +0 -0
- data/relaton/cache/version +0 -1
- data/rice.rxl +0 -51
- data/sourcecode/0 +0 -5
- data/templates/base/.travis.yml +0 -30
- data/templates/base/appveyor.yml +0 -29
- data/test.rxl +0 -52
- data/tmp/my-custom-csd/Gemfile +0 -4
- data/tmp/my-custom-csd/Makefile +0 -144
- data/tmp/my-custom-csd/Makefile.win +0 -116
- data/tmp/my-custom-csd/appveyor.yml +0 -29
- data/tmp/my-custom-csd/metanorma.yml +0 -4
- data/tmp/my-document/Gemfile +0 -4
- data/tmp/my-document/Makefile +0 -144
- data/tmp/my-document/Makefile.win +0 -116
- data/tmp/my-document/appveyor.yml +0 -29
- data/tmp/my-document/metanorma.yml +0 -4
- data/tmp/my-local-document/Gemfile +0 -4
- data/tmp/my-local-document/Makefile +0 -144
- data/tmp/my-local-document/Makefile.win +0 -116
- data/tmp/my-local-document/appveyor.yml +0 -29
- data/tmp/my-local-document/metanorma.yml +0 -4
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: metanorma-cli
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-08-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pry
|
@@ -24,20 +24,6 @@ dependencies:
|
|
24
24
|
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: '0'
|
27
|
-
- !ruby/object:Gem::Dependency
|
28
|
-
name: sassc
|
29
|
-
requirement: !ruby/object:Gem::Requirement
|
30
|
-
requirements:
|
31
|
-
- - '='
|
32
|
-
- !ruby/object:Gem::Version
|
33
|
-
version: 2.4.0
|
34
|
-
type: :development
|
35
|
-
prerelease: false
|
36
|
-
version_requirements: !ruby/object:Gem::Requirement
|
37
|
-
requirements:
|
38
|
-
- - '='
|
39
|
-
- !ruby/object:Gem::Version
|
40
|
-
version: 2.4.0
|
41
27
|
- !ruby/object:Gem::Dependency
|
42
28
|
name: rake
|
43
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -142,210 +128,210 @@ dependencies:
|
|
142
128
|
requirements:
|
143
129
|
- - "~>"
|
144
130
|
- !ruby/object:Gem::Version
|
145
|
-
version: 1.
|
131
|
+
version: 1.5.0
|
146
132
|
type: :runtime
|
147
133
|
prerelease: false
|
148
134
|
version_requirements: !ruby/object:Gem::Requirement
|
149
135
|
requirements:
|
150
136
|
- - "~>"
|
151
137
|
- !ruby/object:Gem::Version
|
152
|
-
version: 1.
|
138
|
+
version: 1.5.0
|
153
139
|
- !ruby/object:Gem::Dependency
|
154
140
|
name: metanorma-ietf
|
155
141
|
requirement: !ruby/object:Gem::Requirement
|
156
142
|
requirements:
|
157
143
|
- - "~>"
|
158
144
|
- !ruby/object:Gem::Version
|
159
|
-
version: 2.
|
145
|
+
version: 2.2.0
|
160
146
|
type: :runtime
|
161
147
|
prerelease: false
|
162
148
|
version_requirements: !ruby/object:Gem::Requirement
|
163
149
|
requirements:
|
164
150
|
- - "~>"
|
165
151
|
- !ruby/object:Gem::Version
|
166
|
-
version: 2.
|
152
|
+
version: 2.2.0
|
167
153
|
- !ruby/object:Gem::Dependency
|
168
154
|
name: metanorma-gb
|
169
155
|
requirement: !ruby/object:Gem::Requirement
|
170
156
|
requirements:
|
171
157
|
- - "~>"
|
172
158
|
- !ruby/object:Gem::Version
|
173
|
-
version: 1.
|
159
|
+
version: 1.5.0
|
174
160
|
type: :runtime
|
175
161
|
prerelease: false
|
176
162
|
version_requirements: !ruby/object:Gem::Requirement
|
177
163
|
requirements:
|
178
164
|
- - "~>"
|
179
165
|
- !ruby/object:Gem::Version
|
180
|
-
version: 1.
|
166
|
+
version: 1.5.0
|
181
167
|
- !ruby/object:Gem::Dependency
|
182
168
|
name: metanorma-iec
|
183
169
|
requirement: !ruby/object:Gem::Requirement
|
184
170
|
requirements:
|
185
171
|
- - "~>"
|
186
172
|
- !ruby/object:Gem::Version
|
187
|
-
version: 1.
|
173
|
+
version: 1.2.0
|
188
174
|
type: :runtime
|
189
175
|
prerelease: false
|
190
176
|
version_requirements: !ruby/object:Gem::Requirement
|
191
177
|
requirements:
|
192
178
|
- - "~>"
|
193
179
|
- !ruby/object:Gem::Version
|
194
|
-
version: 1.
|
180
|
+
version: 1.2.0
|
195
181
|
- !ruby/object:Gem::Dependency
|
196
182
|
name: metanorma-cc
|
197
183
|
requirement: !ruby/object:Gem::Requirement
|
198
184
|
requirements:
|
199
185
|
- - "~>"
|
200
186
|
- !ruby/object:Gem::Version
|
201
|
-
version: 1.
|
187
|
+
version: 1.5.0
|
202
188
|
type: :runtime
|
203
189
|
prerelease: false
|
204
190
|
version_requirements: !ruby/object:Gem::Requirement
|
205
191
|
requirements:
|
206
192
|
- - "~>"
|
207
193
|
- !ruby/object:Gem::Version
|
208
|
-
version: 1.
|
194
|
+
version: 1.5.0
|
209
195
|
- !ruby/object:Gem::Dependency
|
210
196
|
name: metanorma-csa
|
211
197
|
requirement: !ruby/object:Gem::Requirement
|
212
198
|
requirements:
|
213
199
|
- - "~>"
|
214
200
|
- !ruby/object:Gem::Version
|
215
|
-
version: 1.
|
201
|
+
version: 1.6.0
|
216
202
|
type: :runtime
|
217
203
|
prerelease: false
|
218
204
|
version_requirements: !ruby/object:Gem::Requirement
|
219
205
|
requirements:
|
220
206
|
- - "~>"
|
221
207
|
- !ruby/object:Gem::Version
|
222
|
-
version: 1.
|
208
|
+
version: 1.6.0
|
223
209
|
- !ruby/object:Gem::Dependency
|
224
210
|
name: metanorma-m3aawg
|
225
211
|
requirement: !ruby/object:Gem::Requirement
|
226
212
|
requirements:
|
227
213
|
- - "~>"
|
228
214
|
- !ruby/object:Gem::Version
|
229
|
-
version: 1.
|
215
|
+
version: 1.5.0
|
230
216
|
type: :runtime
|
231
217
|
prerelease: false
|
232
218
|
version_requirements: !ruby/object:Gem::Requirement
|
233
219
|
requirements:
|
234
220
|
- - "~>"
|
235
221
|
- !ruby/object:Gem::Version
|
236
|
-
version: 1.
|
222
|
+
version: 1.5.0
|
237
223
|
- !ruby/object:Gem::Dependency
|
238
224
|
name: metanorma-generic
|
239
225
|
requirement: !ruby/object:Gem::Requirement
|
240
226
|
requirements:
|
241
227
|
- - "~>"
|
242
228
|
- !ruby/object:Gem::Version
|
243
|
-
version: 1.
|
229
|
+
version: 1.6.0
|
244
230
|
type: :runtime
|
245
231
|
prerelease: false
|
246
232
|
version_requirements: !ruby/object:Gem::Requirement
|
247
233
|
requirements:
|
248
234
|
- - "~>"
|
249
235
|
- !ruby/object:Gem::Version
|
250
|
-
version: 1.
|
236
|
+
version: 1.6.0
|
251
237
|
- !ruby/object:Gem::Dependency
|
252
238
|
name: metanorma-standoc
|
253
239
|
requirement: !ruby/object:Gem::Requirement
|
254
240
|
requirements:
|
255
241
|
- - "~>"
|
256
242
|
- !ruby/object:Gem::Version
|
257
|
-
version: 1.
|
243
|
+
version: 1.5.0
|
258
244
|
type: :runtime
|
259
245
|
prerelease: false
|
260
246
|
version_requirements: !ruby/object:Gem::Requirement
|
261
247
|
requirements:
|
262
248
|
- - "~>"
|
263
249
|
- !ruby/object:Gem::Version
|
264
|
-
version: 1.
|
250
|
+
version: 1.5.0
|
265
251
|
- !ruby/object:Gem::Dependency
|
266
252
|
name: metanorma-un
|
267
253
|
requirement: !ruby/object:Gem::Requirement
|
268
254
|
requirements:
|
269
255
|
- - "~>"
|
270
256
|
- !ruby/object:Gem::Version
|
271
|
-
version: 0.
|
257
|
+
version: 0.5.0
|
272
258
|
type: :runtime
|
273
259
|
prerelease: false
|
274
260
|
version_requirements: !ruby/object:Gem::Requirement
|
275
261
|
requirements:
|
276
262
|
- - "~>"
|
277
263
|
- !ruby/object:Gem::Version
|
278
|
-
version: 0.
|
264
|
+
version: 0.5.0
|
279
265
|
- !ruby/object:Gem::Dependency
|
280
266
|
name: metanorma-ogc
|
281
267
|
requirement: !ruby/object:Gem::Requirement
|
282
268
|
requirements:
|
283
269
|
- - "~>"
|
284
270
|
- !ruby/object:Gem::Version
|
285
|
-
version: 1.
|
271
|
+
version: 1.2.0
|
286
272
|
type: :runtime
|
287
273
|
prerelease: false
|
288
274
|
version_requirements: !ruby/object:Gem::Requirement
|
289
275
|
requirements:
|
290
276
|
- - "~>"
|
291
277
|
- !ruby/object:Gem::Version
|
292
|
-
version: 1.
|
278
|
+
version: 1.2.0
|
293
279
|
- !ruby/object:Gem::Dependency
|
294
280
|
name: metanorma-nist
|
295
281
|
requirement: !ruby/object:Gem::Requirement
|
296
282
|
requirements:
|
297
283
|
- - "~>"
|
298
284
|
- !ruby/object:Gem::Version
|
299
|
-
version: 1.
|
285
|
+
version: 1.2.0
|
300
286
|
type: :runtime
|
301
287
|
prerelease: false
|
302
288
|
version_requirements: !ruby/object:Gem::Requirement
|
303
289
|
requirements:
|
304
290
|
- - "~>"
|
305
291
|
- !ruby/object:Gem::Version
|
306
|
-
version: 1.
|
292
|
+
version: 1.2.0
|
307
293
|
- !ruby/object:Gem::Dependency
|
308
294
|
name: metanorma-itu
|
309
295
|
requirement: !ruby/object:Gem::Requirement
|
310
296
|
requirements:
|
311
297
|
- - "~>"
|
312
298
|
- !ruby/object:Gem::Version
|
313
|
-
version: 1.
|
299
|
+
version: 1.2.0
|
314
300
|
type: :runtime
|
315
301
|
prerelease: false
|
316
302
|
version_requirements: !ruby/object:Gem::Requirement
|
317
303
|
requirements:
|
318
304
|
- - "~>"
|
319
305
|
- !ruby/object:Gem::Version
|
320
|
-
version: 1.
|
306
|
+
version: 1.2.0
|
321
307
|
- !ruby/object:Gem::Dependency
|
322
308
|
name: metanorma-iho
|
323
309
|
requirement: !ruby/object:Gem::Requirement
|
324
310
|
requirements:
|
325
311
|
- - "~>"
|
326
312
|
- !ruby/object:Gem::Version
|
327
|
-
version: 0.
|
313
|
+
version: 0.2.0
|
328
314
|
type: :runtime
|
329
315
|
prerelease: false
|
330
316
|
version_requirements: !ruby/object:Gem::Requirement
|
331
317
|
requirements:
|
332
318
|
- - "~>"
|
333
319
|
- !ruby/object:Gem::Version
|
334
|
-
version: 0.
|
320
|
+
version: 0.2.0
|
335
321
|
- !ruby/object:Gem::Dependency
|
336
322
|
name: isodoc
|
337
323
|
requirement: !ruby/object:Gem::Requirement
|
338
324
|
requirements:
|
339
325
|
- - "~>"
|
340
326
|
- !ruby/object:Gem::Version
|
341
|
-
version: 1.
|
327
|
+
version: 1.2.0
|
342
328
|
type: :runtime
|
343
329
|
prerelease: false
|
344
330
|
version_requirements: !ruby/object:Gem::Requirement
|
345
331
|
requirements:
|
346
332
|
- - "~>"
|
347
333
|
- !ruby/object:Gem::Version
|
348
|
-
version: 1.
|
334
|
+
version: 1.2.0
|
349
335
|
- !ruby/object:Gem::Dependency
|
350
336
|
name: metanorma
|
351
337
|
requirement: !ruby/object:Gem::Requirement
|
@@ -394,49 +380,46 @@ dependencies:
|
|
394
380
|
requirements:
|
395
381
|
- - "~>"
|
396
382
|
- !ruby/object:Gem::Version
|
397
|
-
version:
|
383
|
+
version: 1.3.0
|
398
384
|
type: :runtime
|
399
385
|
prerelease: false
|
400
386
|
version_requirements: !ruby/object:Gem::Requirement
|
401
387
|
requirements:
|
402
388
|
- - "~>"
|
403
389
|
- !ruby/object:Gem::Version
|
404
|
-
version:
|
390
|
+
version: 1.3.0
|
405
391
|
description: Executable to process any Metanorma standard.
|
406
392
|
email:
|
407
393
|
- open.source@ribose.com
|
408
394
|
executables:
|
409
395
|
- metanorma
|
410
396
|
- metanorma-manifest
|
411
|
-
- metanorma.old
|
412
397
|
extensions: []
|
413
398
|
extra_rdoc_files:
|
414
399
|
- README.adoc
|
415
400
|
- LICENSE
|
416
401
|
files:
|
417
|
-
-
|
418
|
-
-
|
402
|
+
- ".github/workflows/dependent_repos.env"
|
403
|
+
- ".github/workflows/macos.yml"
|
404
|
+
- ".github/workflows/ubuntu.yml"
|
405
|
+
- ".github/workflows/windows.yml"
|
406
|
+
- ".gitignore"
|
407
|
+
- ".hound.yml"
|
408
|
+
- ".rspec"
|
409
|
+
- ".rubocop.yml"
|
419
410
|
- CODE_OF_CONDUCT.md
|
420
411
|
- Gemfile
|
421
|
-
- Gemfile.lock
|
422
412
|
- LICENSE
|
423
413
|
- README.adoc
|
424
414
|
- Rakefile
|
425
|
-
- a
|
426
|
-
- a.json
|
427
|
-
- a.rb
|
428
|
-
- a.rxl
|
429
|
-
- b
|
430
415
|
- bin/console
|
431
416
|
- bin/rspec
|
432
417
|
- bin/setup
|
433
|
-
-
|
434
|
-
-
|
418
|
+
- docs/installation.adoc
|
419
|
+
- docs/navigation.adoc
|
420
|
+
- docs/usage.adoc
|
435
421
|
- exe/metanorma
|
436
422
|
- exe/metanorma-manifest
|
437
|
-
- exe/metanorma.old
|
438
|
-
- extract/sourcecode/sourcecode-0000.txt
|
439
|
-
- files.zip
|
440
423
|
- i18n.yaml
|
441
424
|
- lib/metanorma-cli.rb
|
442
425
|
- lib/metanorma/cli.rb
|
@@ -451,33 +434,16 @@ files:
|
|
451
434
|
- lib/metanorma/cli/ui.rb
|
452
435
|
- lib/metanorma/cli/version.rb
|
453
436
|
- metanorma-cli.gemspec
|
454
|
-
-
|
455
|
-
-
|
456
|
-
-
|
437
|
+
- templates/base/.github/workflows/docker.yml
|
438
|
+
- templates/base/.github/workflows/macos.yml
|
439
|
+
- templates/base/.github/workflows/ubuntu.yml
|
440
|
+
- templates/base/.github/workflows/windows.yml
|
457
441
|
- templates/base/.gitignore
|
458
442
|
- templates/base/.gitlab-ci.yml
|
459
|
-
- templates/base/.travis.yml
|
460
443
|
- templates/base/Gemfile
|
461
444
|
- templates/base/Makefile
|
462
445
|
- templates/base/Makefile.win
|
463
|
-
- templates/base/appveyor.yml
|
464
446
|
- templates/base/metanorma.yml
|
465
|
-
- test.rxl
|
466
|
-
- tmp/my-custom-csd/Gemfile
|
467
|
-
- tmp/my-custom-csd/Makefile
|
468
|
-
- tmp/my-custom-csd/Makefile.win
|
469
|
-
- tmp/my-custom-csd/appveyor.yml
|
470
|
-
- tmp/my-custom-csd/metanorma.yml
|
471
|
-
- tmp/my-document/Gemfile
|
472
|
-
- tmp/my-document/Makefile
|
473
|
-
- tmp/my-document/Makefile.win
|
474
|
-
- tmp/my-document/appveyor.yml
|
475
|
-
- tmp/my-document/metanorma.yml
|
476
|
-
- tmp/my-local-document/Gemfile
|
477
|
-
- tmp/my-local-document/Makefile
|
478
|
-
- tmp/my-local-document/Makefile.win
|
479
|
-
- tmp/my-local-document/appveyor.yml
|
480
|
-
- tmp/my-local-document/metanorma.yml
|
481
447
|
homepage: https://www.metanorma.com
|
482
448
|
licenses:
|
483
449
|
- BSD-2-Clause
|
data/05-020r26.rxl
DELETED
@@ -1,75 +0,0 @@
|
|
1
|
-
<bibdata type="standard">
|
2
|
-
<title language="en" format="text/plain">Technical Committee Policies and Procedures</title>
|
3
|
-
<uri>http://docs.opengeospatial.org/pol/05-020r26/05-020r26.html</uri>
|
4
|
-
<uri type="xml">https://riboseinc.github.io/ogc-tcpnp/ogc-tcpnp.xml</uri>
|
5
|
-
<uri type="pdf">https://riboseinc.github.io/ogc-tcpnp/ogc-tcpnp.pdf</uri>
|
6
|
-
<uri type="doc">https://riboseinc.github.io/ogc-tcpnp/ogc-tcpnp.doc</uri>
|
7
|
-
<docidentifier type="ogc-external">http://www.opengis.net/doc/pol/tcpnp/26.0</docidentifier>
|
8
|
-
<docidentifier type="ogc-internal">05-020r26</docidentifier>
|
9
|
-
<docnumber>05-020r26</docnumber>
|
10
|
-
<date type="published">
|
11
|
-
<on>2018-07-24</on>
|
12
|
-
</date>
|
13
|
-
<date type="issued">
|
14
|
-
<on>2018-06-05</on>
|
15
|
-
</date>
|
16
|
-
<date type="received">
|
17
|
-
<on>2018-02-14</on>
|
18
|
-
</date>
|
19
|
-
<contributor>
|
20
|
-
<role type="editor"/>
|
21
|
-
<person>
|
22
|
-
<name>
|
23
|
-
<completename>Scott Simmons</completename>
|
24
|
-
</name>
|
25
|
-
</person>
|
26
|
-
</contributor>
|
27
|
-
<contributor>
|
28
|
-
<role type="publisher"/>
|
29
|
-
<organization>
|
30
|
-
<name>OGC</name>
|
31
|
-
</organization>
|
32
|
-
</contributor>
|
33
|
-
<edition>26.0</edition>
|
34
|
-
|
35
|
-
<language>en</language>
|
36
|
-
<script>Latn</script><abstract><p>The <eref type="inline" bibitemid="OGC" citeas="OGC 11-145"/> provides a collaborative, consensus process for developing and approving open, international standards for the geospatial domain. "International standards" (as defined in <eref type="inline" bibitemid="ISODIR2" citeas="ISO/IEC Guide 2:2004"/>) are those adopted by an international standardizing/standards organization and made available to the public. Specifically, an OGC standard is:</p>
|
37
|
-
<p>A document, established by consensus and approved by the OGC Membership, that provides, for common and repeated use, rules, guidelines or characteristics for activities or their results, aimed at the achievement of the optimum degree of order in a given context.</p>
|
38
|
-
<p>To guide an open standards development and approval process, a member approved Policies and Procedures is required.</p>
|
39
|
-
<p>This document describes the OGC Technical Committee (TC) policies and procedures (P&P). The TC has been granted authority to operate by the OGC Bylaws. The TC is composed of individuals representing organizations that are duly recognized members in good standing of the OGC. The Technical Committee Chair (TCC - see <xref target="role-of-the-technical-committee-chair-tcc"/>) facilitates the TC process.</p>
|
40
|
-
<p>The TC P&P:</p>
|
41
|
-
<ul>
|
42
|
-
<li>
|
43
|
-
<p>Documents all TC voting processes and procedures;</p>
|
44
|
-
</li>
|
45
|
-
<li>
|
46
|
-
<p>Documents the formation, scope and processes required for TC subgroup and committee activities;</p>
|
47
|
-
</li>
|
48
|
-
<li>
|
49
|
-
<p>Documents the processes and procedures for submitting, reviewing, and approving a new standard using the Request for Comment procedures; and</p>
|
50
|
-
</li>
|
51
|
-
<li>
|
52
|
-
<p>Documents the process for revisions to adopted OGC® standards.</p>
|
53
|
-
</li>
|
54
|
-
</ul>
|
55
|
-
<p>As the needs and purpose of the TC change, these policies and procedures changes are approved by an electronic vote of the Voting Members of OGC TC or by recommendation of the OGC Planning Committee (PC). These policies and procedures may be augmented or clarified by Policy Directives issued and approved by the TC or the PC. Such directives are databased and hyperlinked to/from the appropriate portion of this document.</p>
|
56
|
-
<p>The OGC Technical Committee provides an open, collaborative forum for professional discussion related to the consensus development and/or evaluation, approval, and revision of OGC international standards. The primary use of approved OGC standards is to provide the ability to build and deploy interoperable geospatial solutions in the larger Information Technology (IT) domain.</p>
|
57
|
-
<p>The OGC Principles of Conduct (<eref type="inline" bibitemid="OGCPOC" citeas="OGC Principles of Conduct"/>) govern personal and public interactions in any TC activity.</p></abstract>
|
58
|
-
<status>
|
59
|
-
<stage>published</stage>
|
60
|
-
</status>
|
61
|
-
<copyright>
|
62
|
-
<from>2018</from>
|
63
|
-
<owner>
|
64
|
-
<organization>
|
65
|
-
<name>OGC</name>
|
66
|
-
</organization>
|
67
|
-
</owner>
|
68
|
-
</copyright>
|
69
|
-
<ext>
|
70
|
-
<doctype>policy</doctype>
|
71
|
-
<editorialgroup>
|
72
|
-
<committee>Technical Committee</committee>
|
73
|
-
</editorialgroup>
|
74
|
-
</ext>
|
75
|
-
</bibdata>
|