relaton 1.7.pre7 → 1.7.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/macos.yml +34 -0
- data/.github/workflows/ubuntu.yml +32 -0
- data/.github/workflows/windows.yml +35 -0
- data/docs/README.adoc +3 -233
- data/lib/relaton/config.rb +2 -3
- data/lib/relaton/db.rb +35 -247
- data/lib/relaton/db_cache.rb +6 -28
- data/lib/relaton/processor.rb +0 -11
- data/lib/relaton/registry.rb +1 -1
- data/lib/relaton/version.rb +1 -1
- data/lib/relaton.rb +7 -8
- data/relaton.gemspec +6 -8
- data/spec/relaton/db_cache_spec.rb +1 -1
- data/spec/relaton/db_spec.rb +0 -145
- data/spec/relaton/processor_spec.rb +0 -4
- data/spec/relaton/regirtry_spec.rb +44 -54
- data/spec/relaton_spec.rb +19 -120
- data/spec/vcr_cassetes/19133_2005.yml +20 -20
- data/spec/vcr_cassetes/cc_dir_10005_2019.yml +10 -10
- data/spec/vcr_cassetes/fisp_140.yml +6 -6
- data/spec/vcr_cassetes/gb_t_20223_2006.yml +11 -15
- data/spec/vcr_cassetes/ieee_528_2019.yml +17 -17
- data/spec/vcr_cassetes/iho_b_11.yml +15 -15
- data/spec/vcr_cassetes/iso_111111119115_1.yml +5 -5
- data/spec/vcr_cassetes/iso_19115.yml +22 -22
- data/spec/vcr_cassetes/iso_19115_1.yml +20 -20
- data/spec/vcr_cassetes/iso_19115_1_2.yml +39 -39
- data/spec/vcr_cassetes/iso_awi_24229.yml +22 -22
- data/spec/vcr_cassetes/ogc_19_025r1.yml +1902 -2554
- data/spec/vcr_cassetes/ogm_ami4ccm_1_0.yml +7 -7
- data/spec/vcr_cassetes/rfc_8341.yml +15 -47
- data/spec/vcr_cassetes/sp_800_38b.yml +6 -6
- data/spec/vcr_cassetes/un_rtade_cefact_2004_32.yml +30 -30
- data/spec/vcr_cassetes/w3c_json_ld11.yml +12 -12
- metadata +51 -61
- data/.github/workflows/rake.yml +0 -46
- data/globalcache/iec/iec_60050_102_2007.xml +0 -58
- data/globalcache/iec/version +0 -1
- data/lib/relaton/workers_pool.rb +0 -23
- data/spec/vcr_cassetes/cie_001_1980.yml +0 -120
- data/spec/vcr_cassetes/ecma_6.yml +0 -159
- data/spec/vcr_cassetes/hist_cmbined_included.yml +0 -105
- data/spec/vcr_cassetes/iec_60050_102_2007.yml +0 -285
- data/spec/vcr_cassetes/iec_combined_included.yml +0 -945
- data/spec/vcr_cassetes/iso_combined_applied.yml +0 -361
- data/spec/vcr_cassetes/iso_combined_included.yml +0 -361
- data/spec/vcr_cassetes/itu_combined_included.yml +0 -1296
- data/spec/vcr_cassetes/rfc_unsuccess.yml +0 -70
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: relaton
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.7.
|
4
|
+
version: 1.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ribose Inc.
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-11-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: relaton-bipm
|
@@ -38,34 +38,6 @@ dependencies:
|
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: 1.7.0
|
41
|
-
- !ruby/object:Gem::Dependency
|
42
|
-
name: relaton-cie
|
43
|
-
requirement: !ruby/object:Gem::Requirement
|
44
|
-
requirements:
|
45
|
-
- - "~>"
|
46
|
-
- !ruby/object:Gem::Version
|
47
|
-
version: 1.7.pre1
|
48
|
-
type: :runtime
|
49
|
-
prerelease: false
|
50
|
-
version_requirements: !ruby/object:Gem::Requirement
|
51
|
-
requirements:
|
52
|
-
- - "~>"
|
53
|
-
- !ruby/object:Gem::Version
|
54
|
-
version: 1.7.pre1
|
55
|
-
- !ruby/object:Gem::Dependency
|
56
|
-
name: relaton-ecma
|
57
|
-
requirement: !ruby/object:Gem::Requirement
|
58
|
-
requirements:
|
59
|
-
- - "~>"
|
60
|
-
- !ruby/object:Gem::Version
|
61
|
-
version: 1.7.pre1
|
62
|
-
type: :runtime
|
63
|
-
prerelease: false
|
64
|
-
version_requirements: !ruby/object:Gem::Requirement
|
65
|
-
requirements:
|
66
|
-
- - "~>"
|
67
|
-
- !ruby/object:Gem::Version
|
68
|
-
version: 1.7.pre1
|
69
41
|
- !ruby/object:Gem::Dependency
|
70
42
|
name: relaton-gb
|
71
43
|
requirement: !ruby/object:Gem::Requirement
|
@@ -84,16 +56,16 @@ dependencies:
|
|
84
56
|
name: relaton-iec
|
85
57
|
requirement: !ruby/object:Gem::Requirement
|
86
58
|
requirements:
|
87
|
-
- - "
|
59
|
+
- - "~>"
|
88
60
|
- !ruby/object:Gem::Version
|
89
|
-
version: 1.7.
|
61
|
+
version: 1.7.0
|
90
62
|
type: :runtime
|
91
63
|
prerelease: false
|
92
64
|
version_requirements: !ruby/object:Gem::Requirement
|
93
65
|
requirements:
|
94
|
-
- - "
|
66
|
+
- - "~>"
|
95
67
|
- !ruby/object:Gem::Version
|
96
|
-
version: 1.7.
|
68
|
+
version: 1.7.0
|
97
69
|
- !ruby/object:Gem::Dependency
|
98
70
|
name: relaton-ieee
|
99
71
|
requirement: !ruby/object:Gem::Requirement
|
@@ -140,44 +112,44 @@ dependencies:
|
|
140
112
|
name: relaton-iso
|
141
113
|
requirement: !ruby/object:Gem::Requirement
|
142
114
|
requirements:
|
143
|
-
- - "
|
115
|
+
- - "~>"
|
144
116
|
- !ruby/object:Gem::Version
|
145
|
-
version: 1.7.
|
117
|
+
version: 1.7.0
|
146
118
|
type: :runtime
|
147
119
|
prerelease: false
|
148
120
|
version_requirements: !ruby/object:Gem::Requirement
|
149
121
|
requirements:
|
150
|
-
- - "
|
122
|
+
- - "~>"
|
151
123
|
- !ruby/object:Gem::Version
|
152
|
-
version: 1.7.
|
124
|
+
version: 1.7.0
|
153
125
|
- !ruby/object:Gem::Dependency
|
154
126
|
name: relaton-itu
|
155
127
|
requirement: !ruby/object:Gem::Requirement
|
156
128
|
requirements:
|
157
|
-
- - "
|
129
|
+
- - "~>"
|
158
130
|
- !ruby/object:Gem::Version
|
159
|
-
version: 1.7.
|
131
|
+
version: 1.7.0
|
160
132
|
type: :runtime
|
161
133
|
prerelease: false
|
162
134
|
version_requirements: !ruby/object:Gem::Requirement
|
163
135
|
requirements:
|
164
|
-
- - "
|
136
|
+
- - "~>"
|
165
137
|
- !ruby/object:Gem::Version
|
166
|
-
version: 1.7.
|
138
|
+
version: 1.7.0
|
167
139
|
- !ruby/object:Gem::Dependency
|
168
140
|
name: relaton-nist
|
169
141
|
requirement: !ruby/object:Gem::Requirement
|
170
142
|
requirements:
|
171
|
-
- - "
|
143
|
+
- - "~>"
|
172
144
|
- !ruby/object:Gem::Version
|
173
|
-
version: 1.7.
|
145
|
+
version: 1.7.0
|
174
146
|
type: :runtime
|
175
147
|
prerelease: false
|
176
148
|
version_requirements: !ruby/object:Gem::Requirement
|
177
149
|
requirements:
|
178
|
-
- - "
|
150
|
+
- - "~>"
|
179
151
|
- !ruby/object:Gem::Version
|
180
|
-
version: 1.7.
|
152
|
+
version: 1.7.0
|
181
153
|
- !ruby/object:Gem::Dependency
|
182
154
|
name: relaton-ogc
|
183
155
|
requirement: !ruby/object:Gem::Requirement
|
@@ -248,6 +220,20 @@ dependencies:
|
|
248
220
|
- - "~>"
|
249
221
|
- !ruby/object:Gem::Version
|
250
222
|
version: '11.0'
|
223
|
+
- !ruby/object:Gem::Dependency
|
224
|
+
name: debase
|
225
|
+
requirement: !ruby/object:Gem::Requirement
|
226
|
+
requirements:
|
227
|
+
- - ">="
|
228
|
+
- !ruby/object:Gem::Version
|
229
|
+
version: '0'
|
230
|
+
type: :development
|
231
|
+
prerelease: false
|
232
|
+
version_requirements: !ruby/object:Gem::Requirement
|
233
|
+
requirements:
|
234
|
+
- - ">="
|
235
|
+
- !ruby/object:Gem::Version
|
236
|
+
version: '0'
|
251
237
|
- !ruby/object:Gem::Dependency
|
252
238
|
name: equivalent-xml
|
253
239
|
requirement: !ruby/object:Gem::Requirement
|
@@ -346,6 +332,20 @@ dependencies:
|
|
346
332
|
- - '='
|
347
333
|
- !ruby/object:Gem::Version
|
348
334
|
version: 0.54.0
|
335
|
+
- !ruby/object:Gem::Dependency
|
336
|
+
name: ruby-debug-ide
|
337
|
+
requirement: !ruby/object:Gem::Requirement
|
338
|
+
requirements:
|
339
|
+
- - ">="
|
340
|
+
- !ruby/object:Gem::Version
|
341
|
+
version: '0'
|
342
|
+
type: :development
|
343
|
+
prerelease: false
|
344
|
+
version_requirements: !ruby/object:Gem::Requirement
|
345
|
+
requirements:
|
346
|
+
- - ">="
|
347
|
+
- !ruby/object:Gem::Version
|
348
|
+
version: '0'
|
349
349
|
- !ruby/object:Gem::Dependency
|
350
350
|
name: simplecov
|
351
351
|
requirement: !ruby/object:Gem::Requirement
|
@@ -414,7 +414,9 @@ executables: []
|
|
414
414
|
extensions: []
|
415
415
|
extra_rdoc_files: []
|
416
416
|
files:
|
417
|
-
- ".github/workflows/
|
417
|
+
- ".github/workflows/macos.yml"
|
418
|
+
- ".github/workflows/ubuntu.yml"
|
419
|
+
- ".github/workflows/windows.yml"
|
418
420
|
- ".gitignore"
|
419
421
|
- ".hound.yml"
|
420
422
|
- ".rspec"
|
@@ -427,8 +429,6 @@ files:
|
|
427
429
|
- bin/setup
|
428
430
|
- docs/README.adoc
|
429
431
|
- docs/navigation.adoc
|
430
|
-
- globalcache/iec/iec_60050_102_2007.xml
|
431
|
-
- globalcache/iec/version
|
432
432
|
- lib/relaton.rb
|
433
433
|
- lib/relaton/config.rb
|
434
434
|
- lib/relaton/db.rb
|
@@ -444,7 +444,6 @@ files:
|
|
444
444
|
- lib/relaton/static_cache/iso/iso_iec_dir_jtc_1_sup.yml
|
445
445
|
- lib/relaton/util.rb
|
446
446
|
- lib/relaton/version.rb
|
447
|
-
- lib/relaton/workers_pool.rb
|
448
447
|
- relaton.gemspec
|
449
448
|
- spec/relaton/config_spec.rb
|
450
449
|
- spec/relaton/db_cache_spec.rb
|
@@ -460,13 +459,8 @@ files:
|
|
460
459
|
- spec/support/rfc_8341.xml
|
461
460
|
- spec/vcr_cassetes/19133_2005.yml
|
462
461
|
- spec/vcr_cassetes/cc_dir_10005_2019.yml
|
463
|
-
- spec/vcr_cassetes/cie_001_1980.yml
|
464
|
-
- spec/vcr_cassetes/ecma_6.yml
|
465
462
|
- spec/vcr_cassetes/fisp_140.yml
|
466
463
|
- spec/vcr_cassetes/gb_t_20223_2006.yml
|
467
|
-
- spec/vcr_cassetes/hist_cmbined_included.yml
|
468
|
-
- spec/vcr_cassetes/iec_60050_102_2007.yml
|
469
|
-
- spec/vcr_cassetes/iec_combined_included.yml
|
470
464
|
- spec/vcr_cassetes/ieee_528_2019.yml
|
471
465
|
- spec/vcr_cassetes/iho_b_11.yml
|
472
466
|
- spec/vcr_cassetes/iso_111111119115_1.yml
|
@@ -474,14 +468,10 @@ files:
|
|
474
468
|
- spec/vcr_cassetes/iso_19115_1.yml
|
475
469
|
- spec/vcr_cassetes/iso_19115_1_2.yml
|
476
470
|
- spec/vcr_cassetes/iso_awi_24229.yml
|
477
|
-
- spec/vcr_cassetes/iso_combined_applied.yml
|
478
|
-
- spec/vcr_cassetes/iso_combined_included.yml
|
479
471
|
- spec/vcr_cassetes/iso_iec_guide_2.yml
|
480
|
-
- spec/vcr_cassetes/itu_combined_included.yml
|
481
472
|
- spec/vcr_cassetes/ogc_19_025r1.yml
|
482
473
|
- spec/vcr_cassetes/ogm_ami4ccm_1_0.yml
|
483
474
|
- spec/vcr_cassetes/rfc_8341.yml
|
484
|
-
- spec/vcr_cassetes/rfc_unsuccess.yml
|
485
475
|
- spec/vcr_cassetes/sp_800_38b.yml
|
486
476
|
- spec/vcr_cassetes/un_rtade_cefact_2004_32.yml
|
487
477
|
- spec/vcr_cassetes/w3c_json_ld11.yml
|
@@ -500,9 +490,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
500
490
|
version: 2.4.0
|
501
491
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
502
492
|
requirements:
|
503
|
-
- - "
|
493
|
+
- - ">="
|
504
494
|
- !ruby/object:Gem::Version
|
505
|
-
version:
|
495
|
+
version: '0'
|
506
496
|
requirements: []
|
507
497
|
rubygems_version: 3.0.6
|
508
498
|
signing_key:
|
data/.github/workflows/rake.yml
DELETED
@@ -1,46 +0,0 @@
|
|
1
|
-
# Auto-generated by Cimas: Do not edit it manually!
|
2
|
-
# See https://github.com/metanorma/cimas
|
3
|
-
name: rake
|
4
|
-
|
5
|
-
on:
|
6
|
-
push:
|
7
|
-
branches: [ master, main ]
|
8
|
-
tags: [ v* ]
|
9
|
-
pull_request:
|
10
|
-
|
11
|
-
jobs:
|
12
|
-
rake:
|
13
|
-
name: Test on Ruby ${{ matrix.ruby }} ${{ matrix.os }}
|
14
|
-
runs-on: ${{ matrix.os }}
|
15
|
-
continue-on-error: ${{ matrix.experimental }}
|
16
|
-
strategy:
|
17
|
-
fail-fast: false
|
18
|
-
matrix:
|
19
|
-
ruby: [ '2.7', '2.6', '2.5', '2.4' ]
|
20
|
-
os: [ ubuntu-latest, windows-latest, macos-latest ]
|
21
|
-
experimental: [ false ]
|
22
|
-
include:
|
23
|
-
- ruby: '3.0'
|
24
|
-
os: 'ubuntu-latest'
|
25
|
-
experimental: true
|
26
|
-
- ruby: '3.0'
|
27
|
-
os: 'windows-latest'
|
28
|
-
experimental: true
|
29
|
-
- ruby: '3.0'
|
30
|
-
os: 'macos-latest'
|
31
|
-
experimental: true
|
32
|
-
steps:
|
33
|
-
- uses: actions/checkout@v2
|
34
|
-
with:
|
35
|
-
submodules: true
|
36
|
-
|
37
|
-
# https://github.com/ruby-debug/debase/issues/89#issuecomment-686827382
|
38
|
-
- if: matrix.os == 'macos-latest' && matrix.ruby == '2.5'
|
39
|
-
run: echo BUNDLE_BUILD__DEBASE="--with-cflags=\"-Wno-error=implicit-function-declaration\"" >> $GITHUB_ENV
|
40
|
-
|
41
|
-
- uses: ruby/setup-ruby@v1
|
42
|
-
with:
|
43
|
-
ruby-version: ${{ matrix.ruby }}
|
44
|
-
bundler-cache: true
|
45
|
-
|
46
|
-
- run: bundle exec rake
|
@@ -1,58 +0,0 @@
|
|
1
|
-
<bibdata type="standard">
|
2
|
-
<fetched>2021-02-03</fetched>
|
3
|
-
<title type="title-main" format="text/plain" language="en" script="Latn">International Electrotechnical Vocabulary (IEV)</title>
|
4
|
-
<title type="title-part" format="text/plain" language="en" script="Latn">Part 102: Mathematics -- General concepts and linear algebra</title>
|
5
|
-
<title type="main" format="text/plain" language="en" script="Latn">International Electrotechnical Vocabulary (IEV) - Part 102: Mathematics -- General concepts and linear algebra</title>
|
6
|
-
<uri type="src">https://webstore.iec.ch/publication/160</uri>
|
7
|
-
<uri type="obp">/preview/info_iec60050-102%7Bed1.0%7Db.pdf</uri>
|
8
|
-
<docidentifier type="IEC">IEC 60050-102:2007</docidentifier>
|
9
|
-
<docidentifier type="URN">urn:iec:std:iec:60050-102:2007:::en</docidentifier>
|
10
|
-
<date type="published">
|
11
|
-
<on>2007-08-27</on>
|
12
|
-
</date>
|
13
|
-
<contributor>
|
14
|
-
<role type="publisher"/>
|
15
|
-
<organization>
|
16
|
-
<name>International Electrotechnical Commission</name>
|
17
|
-
<abbreviation>IEC</abbreviation>
|
18
|
-
<uri>www.iec.ch</uri>
|
19
|
-
</organization>
|
20
|
-
</contributor>
|
21
|
-
<edition>1.0</edition>
|
22
|
-
<language>en</language>
|
23
|
-
<script>Latn</script>
|
24
|
-
<abstract format="text/plain" language="en" script="Latn">This part of IEC 60050 gives the general mathematical terminology used in the fields of electricity, electronics and telecommunications, together with basic concepts in linear algebra. It maintains a clear distinction between mathematical concepts and physical concepts, even if some terms are used in both cases. Another part will deal with functions.
|
25
|
-
It has the status of a horizontal standard in accordance with IEC Guide 108.</abstract>
|
26
|
-
<status>
|
27
|
-
<stage>60</stage>
|
28
|
-
<substage>60</substage>
|
29
|
-
</status>
|
30
|
-
<copyright>
|
31
|
-
<from>2007</from>
|
32
|
-
<owner>
|
33
|
-
<organization>
|
34
|
-
<name>International Electrotechnical Commission</name>
|
35
|
-
<abbreviation>IEC</abbreviation>
|
36
|
-
<uri>www.iec.ch</uri>
|
37
|
-
</organization>
|
38
|
-
</owner>
|
39
|
-
</copyright>
|
40
|
-
<place>Geneva</place>
|
41
|
-
<ext>
|
42
|
-
<doctype>international-standard</doctype>
|
43
|
-
<editorialgroup>
|
44
|
-
<technical-committee number="1" type="technicalCommittee">TC 1 - Terminology</technical-committee>
|
45
|
-
</editorialgroup>
|
46
|
-
<ics>
|
47
|
-
<code>01.040.07</code>
|
48
|
-
<text>Natural and applied sciences (Vocabularies)</text>
|
49
|
-
</ics>
|
50
|
-
<ics>
|
51
|
-
<code>07.020</code>
|
52
|
-
<text>Mathematics</text>
|
53
|
-
</ics>
|
54
|
-
<structuredidentifier type="IEC">
|
55
|
-
<project-number>60050</project-number>
|
56
|
-
</structuredidentifier>
|
57
|
-
</ext>
|
58
|
-
</bibdata>
|
data/globalcache/iec/version
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
407d6f5afdc9ae9ea7abe6e84d27f40b
|
data/lib/relaton/workers_pool.rb
DELETED
@@ -1,23 +0,0 @@
|
|
1
|
-
# frozen_string_literal: true
|
2
|
-
|
3
|
-
module Relaton
|
4
|
-
# Workers poll.
|
5
|
-
class WorkersPool
|
6
|
-
def initialize(workers = 2, &_block)
|
7
|
-
num_workers = workers < 2 ? 2 : workers
|
8
|
-
@queue = SizedQueue.new(num_workers * 2)
|
9
|
-
@threads = Array.new num_workers do
|
10
|
-
Thread.new do
|
11
|
-
while item = @queue.pop
|
12
|
-
yield(item)
|
13
|
-
end
|
14
|
-
end
|
15
|
-
end
|
16
|
-
end
|
17
|
-
|
18
|
-
def <<(item)
|
19
|
-
@queue << item
|
20
|
-
self
|
21
|
-
end
|
22
|
-
end
|
23
|
-
end
|
@@ -1,120 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: get
|
5
|
-
uri: https://raw.githubusercontent.com/relaton/relaton-data-cie/master/data/CIE_001_1980.yaml
|
6
|
-
body:
|
7
|
-
encoding: US-ASCII
|
8
|
-
string: ''
|
9
|
-
headers:
|
10
|
-
Accept-Encoding:
|
11
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
12
|
-
Accept:
|
13
|
-
- "*/*"
|
14
|
-
User-Agent:
|
15
|
-
- Ruby
|
16
|
-
response:
|
17
|
-
status:
|
18
|
-
code: 200
|
19
|
-
message: OK
|
20
|
-
headers:
|
21
|
-
Connection:
|
22
|
-
- keep-alive
|
23
|
-
Content-Length:
|
24
|
-
- '931'
|
25
|
-
Cache-Control:
|
26
|
-
- max-age=300
|
27
|
-
Content-Security-Policy:
|
28
|
-
- default-src 'none'; style-src 'unsafe-inline'; sandbox
|
29
|
-
Content-Type:
|
30
|
-
- text/plain; charset=utf-8
|
31
|
-
Etag:
|
32
|
-
- W/"5949467f3d02bbda39c51034967def96516f85c121258cf201746e4852e279aa"
|
33
|
-
Strict-Transport-Security:
|
34
|
-
- max-age=31536000
|
35
|
-
X-Content-Type-Options:
|
36
|
-
- nosniff
|
37
|
-
X-Frame-Options:
|
38
|
-
- deny
|
39
|
-
X-Xss-Protection:
|
40
|
-
- 1; mode=block
|
41
|
-
X-Github-Request-Id:
|
42
|
-
- 7A54:62DE:2CC3E:3752D:605CD201
|
43
|
-
Accept-Ranges:
|
44
|
-
- bytes
|
45
|
-
Date:
|
46
|
-
- Thu, 25 Mar 2021 18:10:10 GMT
|
47
|
-
Via:
|
48
|
-
- 1.1 varnish
|
49
|
-
X-Served-By:
|
50
|
-
- cache-vie21626-VIE
|
51
|
-
X-Cache:
|
52
|
-
- MISS
|
53
|
-
X-Cache-Hits:
|
54
|
-
- '0'
|
55
|
-
X-Timer:
|
56
|
-
- S1616695810.699175,VS0,VE638
|
57
|
-
Vary:
|
58
|
-
- Authorization,Accept-Encoding
|
59
|
-
Access-Control-Allow-Origin:
|
60
|
-
- "*"
|
61
|
-
X-Fastly-Request-Id:
|
62
|
-
- 6f3b148be1ebb1ad22468fb3e0bf27d91e501f83
|
63
|
-
Expires:
|
64
|
-
- Thu, 25 Mar 2021 18:15:10 GMT
|
65
|
-
Source-Age:
|
66
|
-
- '0'
|
67
|
-
body:
|
68
|
-
encoding: ASCII-8BIT
|
69
|
-
string: |
|
70
|
-
---
|
71
|
-
id: CIE001-1980
|
72
|
-
title:
|
73
|
-
- type: title-main
|
74
|
-
content: Guidelines for minimizing urban sky glow near astronomical observatories
|
75
|
-
(Joint Publication IAU/CIE)
|
76
|
-
format: text/plain
|
77
|
-
- type: main
|
78
|
-
content: Guidelines for minimizing urban sky glow near astronomical observatories
|
79
|
-
(Joint Publication IAU/CIE)
|
80
|
-
format: text/plain
|
81
|
-
link:
|
82
|
-
content: https://www.techstreet.com/cie/standards/cie-001-1980?product_id=1210107
|
83
|
-
type: src
|
84
|
-
type: standard
|
85
|
-
docid:
|
86
|
-
- id: CIE 001-1980
|
87
|
-
type: CIE
|
88
|
-
- id: '9783901906657'
|
89
|
-
type: ISBN
|
90
|
-
date:
|
91
|
-
type: published
|
92
|
-
value: '1980-01-01'
|
93
|
-
contributor:
|
94
|
-
organization:
|
95
|
-
name: Commission Internationale de L'Eclairage
|
96
|
-
abbreviation: CIE
|
97
|
-
url: cie.co.at
|
98
|
-
role: publisher
|
99
|
-
revdate: '1980-01-01'
|
100
|
-
language: en
|
101
|
-
script: Latn
|
102
|
-
abstract:
|
103
|
-
content: |-
|
104
|
-
The increase of outdoor lighting in urban areas has resulted in levels of sky glow which seriously threaten astronomical observatories, even where these have purposely been located more than 100 km from large cities. The International Astronomical Union (IAU) and the CIE have worked together to prepare these guidelines in order to stimulate collective action that minimizes the degradation of the astronomical environment near cities.
|
105
|
-
|
106
|
-
The problem and its solutions are stated in a manner that provides a basis for understanding, cooperation, and action by astronomers, lighting engineers and public authorities. The report explains the effect of man-made sky glow, the degree of glow likely to be produced by lighting near an observatory, the level above which sky glow should not be allowed to rise, and how it can be contained by good lighting practice and public ordinances.
|
107
|
-
|
108
|
-
The publication contains 24 pages and 2 figures.
|
109
|
-
|
110
|
-
This publication has been prepared by:
|
111
|
-
|
112
|
-
* R. Cayrel and F. G. Smith (IAU)
|
113
|
-
* A. J. Fisher and J. B. de Boer (CIE)
|
114
|
-
language: en
|
115
|
-
script: Latn
|
116
|
-
format: text/plain
|
117
|
-
doctype: document
|
118
|
-
http_version:
|
119
|
-
recorded_at: Thu, 25 Mar 2021 18:10:10 GMT
|
120
|
-
recorded_with: VCR 5.1.0
|
@@ -1,159 +0,0 @@
|
|
1
|
-
---
|
2
|
-
http_interactions:
|
3
|
-
- request:
|
4
|
-
method: get
|
5
|
-
uri: https://raw.githubusercontent.com/relaton/relaton-data-ecma/master/data/ECMA-6.yaml
|
6
|
-
body:
|
7
|
-
encoding: US-ASCII
|
8
|
-
string: ''
|
9
|
-
headers:
|
10
|
-
Accept-Encoding:
|
11
|
-
- gzip;q=1.0,deflate;q=0.6,identity;q=0.3
|
12
|
-
Accept:
|
13
|
-
- "*/*"
|
14
|
-
User-Agent:
|
15
|
-
- Ruby
|
16
|
-
response:
|
17
|
-
status:
|
18
|
-
code: 200
|
19
|
-
message: OK
|
20
|
-
headers:
|
21
|
-
Connection:
|
22
|
-
- keep-alive
|
23
|
-
Content-Length:
|
24
|
-
- '1177'
|
25
|
-
Cache-Control:
|
26
|
-
- max-age=300
|
27
|
-
Content-Security-Policy:
|
28
|
-
- default-src 'none'; style-src 'unsafe-inline'; sandbox
|
29
|
-
Content-Type:
|
30
|
-
- text/plain; charset=utf-8
|
31
|
-
Etag:
|
32
|
-
- W/"eec59b6e287576e4fe69659e3cbb054a78f0c4f82b58662700b828c9d22105da"
|
33
|
-
Strict-Transport-Security:
|
34
|
-
- max-age=31536000
|
35
|
-
X-Content-Type-Options:
|
36
|
-
- nosniff
|
37
|
-
X-Frame-Options:
|
38
|
-
- deny
|
39
|
-
X-Xss-Protection:
|
40
|
-
- 1; mode=block
|
41
|
-
X-Github-Request-Id:
|
42
|
-
- F406:3830:96C1A0:C0BF68:60624750
|
43
|
-
Accept-Ranges:
|
44
|
-
- bytes
|
45
|
-
Date:
|
46
|
-
- Mon, 29 Mar 2021 21:32:00 GMT
|
47
|
-
Via:
|
48
|
-
- 1.1 varnish
|
49
|
-
X-Served-By:
|
50
|
-
- cache-vie21635-VIE
|
51
|
-
X-Cache:
|
52
|
-
- MISS
|
53
|
-
X-Cache-Hits:
|
54
|
-
- '0'
|
55
|
-
X-Timer:
|
56
|
-
- S1617053520.443037,VS0,VE199
|
57
|
-
Vary:
|
58
|
-
- Authorization,Accept-Encoding
|
59
|
-
Access-Control-Allow-Origin:
|
60
|
-
- "*"
|
61
|
-
X-Fastly-Request-Id:
|
62
|
-
- 16715931792853ef0c2614e8e8298877add2d856
|
63
|
-
Expires:
|
64
|
-
- Mon, 29 Mar 2021 21:37:00 GMT
|
65
|
-
Source-Age:
|
66
|
-
- '0'
|
67
|
-
body:
|
68
|
-
encoding: ASCII-8BIT
|
69
|
-
string: |
|
70
|
-
---
|
71
|
-
id: ECMA-6
|
72
|
-
title:
|
73
|
-
content: 7-bit coded character set
|
74
|
-
language: en
|
75
|
-
script: Latn
|
76
|
-
format: text/plain
|
77
|
-
link:
|
78
|
-
- content: https://www.ecma-international.org/publications-and-standards/standards/ecma-6/
|
79
|
-
type: src
|
80
|
-
- content: https://www.ecma-international.org/wp-content/uploads/ECMA-6_6th_edition_december_1991.pdf
|
81
|
-
type: doi
|
82
|
-
type: standard
|
83
|
-
docid:
|
84
|
-
id: ECMA-6
|
85
|
-
type: ECMA
|
86
|
-
date:
|
87
|
-
type: published
|
88
|
-
value: 1991-12
|
89
|
-
contributor:
|
90
|
-
organization:
|
91
|
-
name: Ecma International
|
92
|
-
role: publisher
|
93
|
-
edition: '6'
|
94
|
-
revdate: 1991-12
|
95
|
-
language: en
|
96
|
-
script: Latn
|
97
|
-
abstract:
|
98
|
-
content: |-
|
99
|
-
This Ecma Standard specifies a set of 128 characters, (control characters and graphic characters such as letters, digits and symbols) with their coded representation. Most of these characters are mandatory and unchangeable, but provision is made for some flexibility to accommodate national and other requirements.
|
100
|
-
This Ecma Standard specifies a 7-bit coded character set with a number of options. It also provides guidance on how to exercise the options to define specific national versions and application-oriented versions. Furthermore it specifies the International Reference Version (IRV) in which such options have been exercised.
|
101
|
-
This character set is primarily intended for the interchange of information among data processing systems and associated equipment, and within data communication systems. The need for graphic characters and control functions in data processing has also been taken into account in determining this character set.
|
102
|
-
This character set is applicable to alphabets of the Latin script.
|
103
|
-
This character set allows the use of control characters for code extension where its character set is insufficient for particular applications. Procedures for the use of these control characters are specified in Standard ECMA-35.
|
104
|
-
The definitions of the control characters mentioned in this Ecma Standard are specified in Standard ECMA-48. It is assumed that data associated with them are to be processed serially in a forward direction. When they are included in strings of data which are processed other than serially in a forward direction or when they are included in data formatted for fixed-record processing they may have undesirable effects or may require additional special treatment to ensure that they result in their desired function.
|
105
|
-
language: en
|
106
|
-
script: Latn
|
107
|
-
format: text/plain
|
108
|
-
relation:
|
109
|
-
- type: updates
|
110
|
-
bibitem:
|
111
|
-
edition: '1'
|
112
|
-
formattedref:
|
113
|
-
content: ECMA-6
|
114
|
-
language: en
|
115
|
-
script: Latn
|
116
|
-
format: text/plain
|
117
|
-
- type: updates
|
118
|
-
bibitem:
|
119
|
-
edition: '2'
|
120
|
-
formattedref:
|
121
|
-
content: ECMA-6
|
122
|
-
language: en
|
123
|
-
script: Latn
|
124
|
-
format: text/plain
|
125
|
-
- type: updates
|
126
|
-
bibitem:
|
127
|
-
edition: '3'
|
128
|
-
formattedref:
|
129
|
-
content: ECMA-6
|
130
|
-
language: en
|
131
|
-
script: Latn
|
132
|
-
format: text/plain
|
133
|
-
- type: updates
|
134
|
-
bibitem:
|
135
|
-
link:
|
136
|
-
content: https://www.ecma-international.org/wp-content/uploads/ECMA-6_4th_edition_august_1973.pdf
|
137
|
-
type: doi
|
138
|
-
edition: '4'
|
139
|
-
formattedref:
|
140
|
-
content: ECMA-6
|
141
|
-
language: en
|
142
|
-
script: Latn
|
143
|
-
format: text/plain
|
144
|
-
- type: updates
|
145
|
-
bibitem:
|
146
|
-
link:
|
147
|
-
content: https://www.ecma-international.org/wp-content/uploads/ECMA-6_5th_edition_march_1985.pdf
|
148
|
-
type: doi
|
149
|
-
edition: '5'
|
150
|
-
formattedref:
|
151
|
-
content: ECMA-6
|
152
|
-
language: en
|
153
|
-
script: Latn
|
154
|
-
format: text/plain
|
155
|
-
place: Geneva
|
156
|
-
doctype: document
|
157
|
-
http_version:
|
158
|
-
recorded_at: Mon, 29 Mar 2021 21:32:00 GMT
|
159
|
-
recorded_with: VCR 5.1.0
|