adiwg-mdtranslator 2.19.0.pre.beta.17 → 2.19.0.pre.beta.19

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4df93ff3aab931551bd41f2d2e78c607cc4f3913a5d2c602ed42ebd8260ad6cc
4
- data.tar.gz: 508f84df0f6ddf10db9cae6743d219f5435194edac5e0e5e769835b7ed546f47
3
+ metadata.gz: 3a543b2c79ce4911105d80a36ba2a70643013a92a26777179a27bf0f455fb0a4
4
+ data.tar.gz: b3938073b03abaa3326878d5c7f5844ed9edd38be6ccaa72ab5e4460f30f5a1f
5
5
  SHA512:
6
- metadata.gz: c76378263bab7113cda3093ad9084eeb3585baf5298a2b1683f9c0bc50e2c982ed5fd18e5bb7454707be831ea968adecdb26d3cbff29d9237e962b3d49d2d93d
7
- data.tar.gz: 3bf9539dd18ee0aaa705a7a4e17c5eeb6ccaeff89ce6fd39bab54199f9fa7d3df11c33e2647a95667cd54185a4ff4e3b6737cd591b77685e5c09c2fe1a5616f9
6
+ metadata.gz: 8a372b0e9151a3ed264c99490b87244904847e15422d3fb23f4fdc3f0e819d53a6c7766ae368715d19aba4d37dcfc5973cbd3a6adf95b872033a8eb77c409d15
7
+ data.tar.gz: 0a56d35e82c6fdf8ece4c4c9ca5ba36ff0d0e910bae5df01b33469111e79da36a7ebe66cdc190688827ef94a20e7011f3404f38afded8350bf317cba29ff6635
data/Gemfile.lock CHANGED
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- adiwg-mdtranslator (2.19.0.pre.beta.17)
5
- adiwg-mdcodes (= 2.9.4.pre.beta.0)
6
- adiwg-mdjson_schemas (= 2.9.3.pre.beta.0)
4
+ adiwg-mdtranslator (2.19.0.pre.beta.19)
5
+ adiwg-mdcodes (= 2.9.4.pre.beta.4)
6
+ adiwg-mdjson_schemas (= 2.9.3.pre.beta.3)
7
7
  builder (~> 3.2)
8
8
  coderay (~> 1.1)
9
9
  jbuilder (~> 2.5)
@@ -30,9 +30,9 @@ GEM
30
30
  tzinfo (~> 1.1)
31
31
  addressable (2.8.5)
32
32
  public_suffix (>= 2.0.2, < 6.0)
33
- adiwg-mdcodes (2.9.4.pre.beta.0)
33
+ adiwg-mdcodes (2.9.4.pre.beta.4)
34
34
  json (~> 2.0)
35
- adiwg-mdjson_schemas (2.9.3.pre.beta.0)
35
+ adiwg-mdjson_schemas (2.9.3.pre.beta.3)
36
36
  builder (3.2.4)
37
37
  coderay (1.1.3)
38
38
  concurrent-ruby (1.2.2)
@@ -34,8 +34,8 @@ Gem::Specification.new do |spec|
34
34
  spec.add_runtime_dependency "thor", "~> 0.19"
35
35
  spec.add_runtime_dependency "uuidtools", "~> 2.1"
36
36
  spec.add_runtime_dependency "json-schema", "~> 2.7"
37
- spec.add_runtime_dependency "adiwg-mdjson_schemas", "2.9.3.pre.beta.0"
38
- spec.add_runtime_dependency "adiwg-mdcodes", "2.9.4.pre.beta.0"
37
+ spec.add_runtime_dependency "adiwg-mdjson_schemas", "2.9.3.pre.beta.3"
38
+ spec.add_runtime_dependency "adiwg-mdcodes", "2.9.4.pre.beta.4"
39
39
  spec.add_runtime_dependency "jbuilder", "~> 2.5"
40
40
  spec.add_runtime_dependency "kramdown", ">= 1.13", "< 3.0"
41
41
  spec.add_runtime_dependency "coderay", "~> 1.1"
@@ -82,7 +82,7 @@ module ADIWG
82
82
  xHorizontal = xPositionalAccuracy.xpath('./horizpa')
83
83
  unless xHorizontal.empty?
84
84
  report = intMetadataClass.newDataQualityReport
85
- report[:type] = 'AbsoluteExternalPositionalAccuracy'
85
+ report[:type] = 'AbsolutePositionalAccuracy'
86
86
  unless xHorizontal.xpath('qhorizpa/horizpae').empty?
87
87
  report[:qualityMeasure] = intMetadataClass.newQualityMeasure
88
88
  report[:qualityMeasure][:description] = xHorizontal.xpath('qhorizpa/horizpae').text
@@ -105,7 +105,7 @@ module ADIWG
105
105
  xVertical = xPositionalAccuracy.xpath('./vertacc')
106
106
  unless xVertical.empty?
107
107
  report = intMetadataClass.newDataQualityReport
108
- report[:type] = 'AbsoluteExternalPositionalAccuracy'
108
+ report[:type] = 'AbsolutePositionalAccuracy'
109
109
  unless xVertical.xpath('qvertpa/vertacce').empty?
110
110
  report[:qualityMeasure] = intMetadataClass.newQualityMeasure
111
111
  report[:qualityMeasure][:description] = xVertical.xpath('qvertpa/vertacce').text
@@ -109,7 +109,7 @@
109
109
  module ADIWG
110
110
  module Mdtranslator
111
111
  # current mdtranslator version
112
- VERSION = "2.19.0-beta.17"
112
+ VERSION = "2.19.0-beta.19"
113
113
  end
114
114
  end
115
115
 
@@ -70,7 +70,7 @@ module ADIWG
70
70
 
71
71
 
72
72
  horizontal_positional_accuracy_report = hDataQuality[:report].find do |report|
73
- report[:type] == 'AbsoluteExternalPositionalAccuracy' &&
73
+ report[:type] == 'AbsolutePositionalAccuracy' &&
74
74
  report.dig(:qualityMeasure, :nameOfMeasure)&.any? { |name|
75
75
  name == 'Horizontal Positional Accuracy Report'
76
76
  }
@@ -80,7 +80,7 @@ module ADIWG
80
80
 
81
81
 
82
82
  vertical_positional_accuracy_report = hDataQuality[:report].find do |report|
83
- report[:type] == 'AbsoluteExternalPositionalAccuracy' &&
83
+ report[:type] == 'AbsolutePositionalAccuracy' &&
84
84
  report.dig(:qualityMeasure, :nameOfMeasure)&.any? { |name|
85
85
  name == 'Vertical Positional Accuracy Report'
86
86
  }
@@ -64,7 +64,7 @@ module ADIWG
64
64
  hDataQuality[:report].each do |report|
65
65
  @html.section(:class => 'block') do
66
66
  @html.details do
67
- @html.summary('Report', {'class' => 'h5'})
67
+ @html.summary(report[:type], {'class' => 'h5'})
68
68
  dataQualityReportClass.writeHtml(report)
69
69
  end
70
70
  end
@@ -19,10 +19,10 @@ module ADIWG
19
19
  Jbuilder.new do |json|
20
20
  json.uri hOlRes[:olResURI]
21
21
  json.name hOlRes[:olResName]
22
+ json.protocol hOlRes[:olResProtocol]
22
23
  json.description hOlRes[:olResDesc]
23
24
  json.function hOlRes[:olResFunction]
24
25
  json.applicationProfile hOlRes[:olResApplicationProfile]
25
- json.protocol hOlRes[:olResProtocol]
26
26
  json.protocolRequest hOlRes[:olResProtocolRequest]
27
27
  end
28
28
 
@@ -42,8 +42,8 @@ module ADIWG
42
42
  json.abstract hResInfo[:abstract]
43
43
  json.shortAbstract hResInfo[:shortAbstract]
44
44
  json.purpose hResInfo[:purpose]
45
- json.credit hResInfo[:credits] unless hResInfo[:credits].empty?
46
45
  json.timePeriod TimePeriod.build(hResInfo[:timePeriod]) unless hResInfo[:timePeriod].empty?
46
+ json.credit hResInfo[:credits] unless hResInfo[:credits].empty?
47
47
  json.status hResInfo[:status] unless hResInfo[:status].empty?
48
48
  json.pointOfContact @Namespace.json_map(hResInfo[:pointOfContacts], ResponsibleParty)
49
49
  json.spatialReferenceSystem @Namespace.json_map(hResInfo[:spatialReferenceSystems], SpatialReference)
@@ -62,7 +62,7 @@ module ADIWG
62
62
  hDataQuality[:report].each do |report|
63
63
  @html.div(:class =>'block') do
64
64
  @html.div do
65
- @html.h5('Report', {'class' => 'h5'})
65
+ @html.h5(report[:type], {'class' => 'h5'})
66
66
  dataQualityReportClass.writeHtml(report)
67
67
  end
68
68
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adiwg-mdtranslator
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.19.0.pre.beta.17
4
+ version: 2.19.0.pre.beta.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stan Smith
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2024-05-09 00:00:00.000000000 Z
12
+ date: 2024-05-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -129,28 +129,28 @@ dependencies:
129
129
  requirements:
130
130
  - - '='
131
131
  - !ruby/object:Gem::Version
132
- version: 2.9.3.pre.beta.0
132
+ version: 2.9.3.pre.beta.3
133
133
  type: :runtime
134
134
  prerelease: false
135
135
  version_requirements: !ruby/object:Gem::Requirement
136
136
  requirements:
137
137
  - - '='
138
138
  - !ruby/object:Gem::Version
139
- version: 2.9.3.pre.beta.0
139
+ version: 2.9.3.pre.beta.3
140
140
  - !ruby/object:Gem::Dependency
141
141
  name: adiwg-mdcodes
142
142
  requirement: !ruby/object:Gem::Requirement
143
143
  requirements:
144
144
  - - '='
145
145
  - !ruby/object:Gem::Version
146
- version: 2.9.4.pre.beta.0
146
+ version: 2.9.4.pre.beta.4
147
147
  type: :runtime
148
148
  prerelease: false
149
149
  version_requirements: !ruby/object:Gem::Requirement
150
150
  requirements:
151
151
  - - '='
152
152
  - !ruby/object:Gem::Version
153
- version: 2.9.4.pre.beta.0
153
+ version: 2.9.4.pre.beta.4
154
154
  - !ruby/object:Gem::Dependency
155
155
  name: jbuilder
156
156
  requirement: !ruby/object:Gem::Requirement