orb_def 0.0.3 → 0.1.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 43db273571726b0a6c3182047428c3ff119102d86bd3169c6f4ad61b32b758dd
4
- data.tar.gz: 8e263d2142fc74bfb1741131b573cd2f4deddcce665f055f84806f164d97dfeb
3
+ metadata.gz: 4f3f2bb6a996d66b73d6a88b46a2208ba36f3aa69f8a54ef5bf31cbc83acbdf2
4
+ data.tar.gz: ffd12e4318ceef3acb2818a2cce07e2caf107155679522448dbf4a890ce4e062
5
5
  SHA512:
6
- metadata.gz: 2811909085fdcb3a471a0b7a82875ee09f458e9ee3b6e1a2f0afa14b5029d9a7280448bdad1e58ab78796348bbbdf33bff04ddaa9d8febd14d3c9edea2947a19
7
- data.tar.gz: 3334406cdfb028e2c10e5a8c102521e7fbf05c76d76678e4b3763da9a90aafca556eb3928348157b3384f9b09655227c0bb9011bdd66e2950dd7e623abcd3f97
6
+ metadata.gz: fbfaa141bb59fd789e4aa71179614f32e74f024f9c1ae5e7116c2c2d17cae7a6ee11aa67bbacbebce830d7aaa24e0d6d0aff60e386f2772621f0b2f37ec8ca3a
7
+ data.tar.gz: 0370e9fdad780def4c1330bcb7a9c1e6427fb4815e99024810174ab905a8ef8a3b7eeb6435b1c1b6527c8aac78662d90b5e212bd07727a7c225019ec622a42e5
@@ -1,65 +1,78 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- orb_def (0.0.3)
4
+ orb_def (0.1.0)
5
5
  active_model_serializers
6
6
  faraday
7
7
  geokit-rails (~> 2.3, >= 2.3.1)
8
8
  pagy (~> 3.7, >= 3.7.5)
9
- rails (>= 5.2)
9
+ rails (>= 6.0.3)
10
10
 
11
11
  GEM
12
12
  remote: https://rubygems.org/
13
13
  specs:
14
- actioncable (5.2.4.2)
15
- actionpack (= 5.2.4.2)
14
+ actioncable (6.0.3.1)
15
+ actionpack (= 6.0.3.1)
16
16
  nio4r (~> 2.0)
17
17
  websocket-driver (>= 0.6.1)
18
- actionmailer (5.2.4.2)
19
- actionpack (= 5.2.4.2)
20
- actionview (= 5.2.4.2)
21
- activejob (= 5.2.4.2)
18
+ actionmailbox (6.0.3.1)
19
+ actionpack (= 6.0.3.1)
20
+ activejob (= 6.0.3.1)
21
+ activerecord (= 6.0.3.1)
22
+ activestorage (= 6.0.3.1)
23
+ activesupport (= 6.0.3.1)
24
+ mail (>= 2.7.1)
25
+ actionmailer (6.0.3.1)
26
+ actionpack (= 6.0.3.1)
27
+ actionview (= 6.0.3.1)
28
+ activejob (= 6.0.3.1)
22
29
  mail (~> 2.5, >= 2.5.4)
23
30
  rails-dom-testing (~> 2.0)
24
- actionpack (5.2.4.2)
25
- actionview (= 5.2.4.2)
26
- activesupport (= 5.2.4.2)
31
+ actionpack (6.0.3.1)
32
+ actionview (= 6.0.3.1)
33
+ activesupport (= 6.0.3.1)
27
34
  rack (~> 2.0, >= 2.0.8)
28
35
  rack-test (>= 0.6.3)
29
36
  rails-dom-testing (~> 2.0)
30
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
31
- actionview (5.2.4.2)
32
- activesupport (= 5.2.4.2)
37
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
38
+ actiontext (6.0.3.1)
39
+ actionpack (= 6.0.3.1)
40
+ activerecord (= 6.0.3.1)
41
+ activestorage (= 6.0.3.1)
42
+ activesupport (= 6.0.3.1)
43
+ nokogiri (>= 1.8.5)
44
+ actionview (6.0.3.1)
45
+ activesupport (= 6.0.3.1)
33
46
  builder (~> 3.1)
34
47
  erubi (~> 1.4)
35
48
  rails-dom-testing (~> 2.0)
36
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
49
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
37
50
  active_model_serializers (0.10.10)
38
51
  actionpack (>= 4.1, < 6.1)
39
52
  activemodel (>= 4.1, < 6.1)
40
53
  case_transform (>= 0.2)
41
54
  jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
42
- activejob (5.2.4.2)
43
- activesupport (= 5.2.4.2)
55
+ activejob (6.0.3.1)
56
+ activesupport (= 6.0.3.1)
44
57
  globalid (>= 0.3.6)
45
- activemodel (5.2.4.2)
46
- activesupport (= 5.2.4.2)
47
- activerecord (5.2.4.2)
48
- activemodel (= 5.2.4.2)
49
- activesupport (= 5.2.4.2)
50
- arel (>= 9.0)
51
- activestorage (5.2.4.2)
52
- actionpack (= 5.2.4.2)
53
- activerecord (= 5.2.4.2)
58
+ activemodel (6.0.3.1)
59
+ activesupport (= 6.0.3.1)
60
+ activerecord (6.0.3.1)
61
+ activemodel (= 6.0.3.1)
62
+ activesupport (= 6.0.3.1)
63
+ activestorage (6.0.3.1)
64
+ actionpack (= 6.0.3.1)
65
+ activejob (= 6.0.3.1)
66
+ activerecord (= 6.0.3.1)
54
67
  marcel (~> 0.3.1)
55
- activesupport (5.2.4.2)
68
+ activesupport (6.0.3.1)
56
69
  concurrent-ruby (~> 1.0, >= 1.0.2)
57
70
  i18n (>= 0.7, < 2)
58
71
  minitest (~> 5.1)
59
72
  tzinfo (~> 1.1)
73
+ zeitwerk (~> 2.2, >= 2.2.2)
60
74
  addressable (2.7.0)
61
75
  public_suffix (>= 2.0.2, < 5.0)
62
- arel (9.0.0)
63
76
  builder (3.2.4)
64
77
  case_transform (0.2)
65
78
  activesupport
@@ -70,10 +83,10 @@ GEM
70
83
  crass (1.0.6)
71
84
  diff-lcs (1.3)
72
85
  erubi (1.9.0)
73
- factory_bot (5.1.2)
86
+ factory_bot (5.2.0)
74
87
  activesupport (>= 4.2.0)
75
- factory_bot_rails (5.1.1)
76
- factory_bot (~> 5.1.0)
88
+ factory_bot_rails (5.2.0)
89
+ factory_bot (~> 5.2.0)
77
90
  railties (>= 4.2.0)
78
91
  faraday (1.0.1)
79
92
  multipart-post (>= 1.2, < 3)
@@ -98,48 +111,50 @@ GEM
98
111
  mimemagic (0.3.5)
99
112
  mini_mime (1.0.2)
100
113
  mini_portile2 (2.4.0)
101
- minitest (5.14.0)
114
+ minitest (5.14.1)
102
115
  multipart-post (2.1.1)
103
116
  nio4r (2.5.2)
104
117
  nokogiri (1.10.9)
105
118
  mini_portile2 (~> 2.4.0)
106
- pagy (3.8.0)
119
+ pagy (3.8.1)
107
120
  pg (1.2.3)
108
- public_suffix (4.0.4)
121
+ public_suffix (4.0.5)
109
122
  rack (2.2.2)
110
123
  rack-protection (2.0.8.1)
111
124
  rack
112
125
  rack-test (1.1.0)
113
126
  rack (>= 1.0, < 3)
114
- rails (5.2.4.2)
115
- actioncable (= 5.2.4.2)
116
- actionmailer (= 5.2.4.2)
117
- actionpack (= 5.2.4.2)
118
- actionview (= 5.2.4.2)
119
- activejob (= 5.2.4.2)
120
- activemodel (= 5.2.4.2)
121
- activerecord (= 5.2.4.2)
122
- activestorage (= 5.2.4.2)
123
- activesupport (= 5.2.4.2)
127
+ rails (6.0.3.1)
128
+ actioncable (= 6.0.3.1)
129
+ actionmailbox (= 6.0.3.1)
130
+ actionmailer (= 6.0.3.1)
131
+ actionpack (= 6.0.3.1)
132
+ actiontext (= 6.0.3.1)
133
+ actionview (= 6.0.3.1)
134
+ activejob (= 6.0.3.1)
135
+ activemodel (= 6.0.3.1)
136
+ activerecord (= 6.0.3.1)
137
+ activestorage (= 6.0.3.1)
138
+ activesupport (= 6.0.3.1)
124
139
  bundler (>= 1.3.0)
125
- railties (= 5.2.4.2)
140
+ railties (= 6.0.3.1)
126
141
  sprockets-rails (>= 2.0.0)
127
142
  rails-dom-testing (2.0.3)
128
143
  activesupport (>= 4.2.0)
129
144
  nokogiri (>= 1.6)
130
145
  rails-html-sanitizer (1.3.0)
131
146
  loofah (~> 2.3)
132
- railties (5.2.4.2)
133
- actionpack (= 5.2.4.2)
134
- activesupport (= 5.2.4.2)
147
+ railties (6.0.3.1)
148
+ actionpack (= 6.0.3.1)
149
+ activesupport (= 6.0.3.1)
135
150
  method_source
136
151
  rake (>= 0.8.7)
137
- thor (>= 0.19.0, < 2.0)
152
+ thor (>= 0.20.3, < 2.0)
138
153
  rake (13.0.1)
139
- redis (4.1.3)
140
- rspec-core (3.9.1)
141
- rspec-support (~> 3.9.1)
142
- rspec-expectations (3.9.1)
154
+ redis (4.1.4)
155
+ rspec-core (3.9.2)
156
+ rspec-support (~> 3.9.3)
157
+ rspec-expectations (3.9.2)
143
158
  diff-lcs (>= 1.2.0, < 2.0)
144
159
  rspec-support (~> 3.9.0)
145
160
  rspec-mocks (3.9.1)
@@ -156,7 +171,7 @@ GEM
156
171
  rspec-sidekiq (3.0.3)
157
172
  rspec-core (~> 3.0, >= 3.0.0)
158
173
  sidekiq (>= 2.4.0)
159
- rspec-support (3.9.2)
174
+ rspec-support (3.9.3)
160
175
  rspec_junit_formatter (0.4.1)
161
176
  rspec-core (>= 2, < 4, != 2.12.0)
162
177
  safe_yaml (1.0.5)
@@ -184,9 +199,10 @@ GEM
184
199
  addressable (>= 2.3.6)
185
200
  crack (>= 0.3.2)
186
201
  hashdiff (>= 0.4.0, < 2.0.0)
187
- websocket-driver (0.7.1)
202
+ websocket-driver (0.7.2)
188
203
  websocket-extensions (>= 0.1.0)
189
204
  websocket-extensions (0.1.4)
205
+ zeitwerk (2.3.0)
190
206
 
191
207
  PLATFORMS
192
208
  ruby
data/README.md CHANGED
@@ -21,28 +21,29 @@ gem 'orb_def'
21
21
 
22
22
  And then execute:
23
23
  ```bash
24
- $ bundle
24
+ bundle
25
25
  ```
26
26
 
27
27
  Generate the installation files:
28
28
  This will create the orb_def, pagy and geokit initializers, install migrations and mount the app to '/'
29
29
  ```bash
30
- $ rails generate orb_def:install
30
+ rails generate orb_def:install
31
31
  ```
32
32
 
33
33
  Run migrations:
34
34
  ```bash
35
- $ rails db:migrate
35
+ rails db:migrate
36
36
  ```
37
37
 
38
38
  Populate the DB with required seed information:
39
39
  ```bash
40
- $ rails orb_def:seed_db
40
+ rails orb_def:seed_db
41
41
  ```
42
42
 
43
- Import all fires with their weather readings:
43
+ Import all fires with their weather readings
44
+ in a rails console:
44
45
  ```ruby
45
- OrbDef::FirmsImport.all
46
+ OrbDef::Nasa::FirmsImport.all
46
47
  ```
47
48
 
48
49
  You can then hit the api/v1/search endpoint:
@@ -57,7 +58,7 @@ OrbDef::Fire.in_last_24_hours.within(10, origin: [latitude, longitude])
57
58
  OrbDef::Fire.within(10, origin: [latitude, longitude])
58
59
  ```
59
60
  ## Contributing
60
- Fell free to contribute by opening cloning the repo and opening a PR.
61
+ Fell free to contribute by forking the repo and opening a PR.
61
62
 
62
63
  ## License
63
64
  The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
@@ -1,3 +1,3 @@
1
1
  module OrbDef
2
- VERSION = '0.0.3'
2
+ VERSION = '0.1.0'
3
3
  end
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
18
18
  spec.require_paths = ["lib"]
19
19
  spec.test_files = Dir["spec/**/*"]
20
20
 
21
- spec.add_dependency 'rails', '>= 5.2'
21
+ spec.add_dependency 'rails', '>= 6.0.3'
22
22
  spec.add_dependency 'pagy', '~> 3.7', '>= 3.7.5'
23
23
  spec.add_dependency 'geokit-rails', '~> 2.3', '>= 2.3.1'
24
24
  spec.add_dependency 'faraday'
@@ -0,0 +1,9 @@
1
+ FactoryBot.define do
2
+ factory :fire, class: OrbDef::Fire do
3
+ latitude { -7.70527 }
4
+ longitude { 28.51613 }
5
+
6
+ end
7
+ end
8
+
9
+ #<OrbDef::Fire id: 62111, weather_station_id: 805, weather_reading_id: nil, detection_type_id: 1, latitude: -7.70527, longitude: 28.51613, brightness: nil, bright_t31: nil, bright_ti5: 294.3, bright_ti4: 330.6, scan: 0.43, track: 0.62, frp: 10.5, distance: nil, scan_type: "virrs", identifier: "e2acc3a7bc7da75d1ef80955ea6b860dfd23ae483137936707...", lat_long: "-7.70527,28.51613", satellite: "N", confidence: "nominal", version: "1.0NRT", day_night: nil, detected_at_weather_reading_id: 36988, detected_at: "2020-05-27 10:54:00", created_at: "2020-05-27 16:16:34", updated_at: "2020-05-27 16:16:34">
@@ -0,0 +1,5 @@
1
+ FactoryBot.define do
2
+ factory :weather_reading, class: OrbDef::WeatherReading do
3
+ name { "Satellite" }
4
+ end
5
+ end
@@ -0,0 +1,5 @@
1
+ FactoryBot.define do
2
+ factory :weather_station, class: OrbDef::WeatherStation do
3
+ name { "Satellite" }
4
+ end
5
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: orb_def
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Gascoigne-Taylor
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-05-08 00:00:00.000000000 Z
11
+ date: 2020-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '5.2'
19
+ version: 6.0.3
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: '5.2'
26
+ version: 6.0.3
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: pagy
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -321,7 +321,6 @@ files:
321
321
  - spec/dummy/config/storage.yml
322
322
  - spec/dummy/db/schema.rb
323
323
  - spec/dummy/log/development.log
324
- - spec/dummy/log/test.log
325
324
  - spec/dummy/package.json
326
325
  - spec/dummy/public/404.html
327
326
  - spec/dummy/public/422.html
@@ -331,6 +330,9 @@ files:
331
330
  - spec/dummy/public/favicon.ico
332
331
  - spec/dummy/tmp/development_secret.txt
333
332
  - spec/factories/detection_type.rb
333
+ - spec/factories/fire.rb
334
+ - spec/factories/weather_reading.rb
335
+ - spec/factories/weather_station.rb
334
336
  - spec/fixtures/files/modis_c6.txt
335
337
  - spec/fixtures/nasa/firms/viirs.txt
336
338
  - spec/rails_helper.rb
@@ -368,76 +370,78 @@ signing_key:
368
370
  specification_version: 4
369
371
  summary: Query Nasa FIRMS data and Open Weather API data by geolocation
370
372
  test_files:
373
+ - spec/services/orbital_defence_engine/nasa/firms_import_spec.rb
374
+ - spec/services/orbital_defence_engine/open_weather_api/weather_by_coordinates_spec.rb
375
+ - spec/spec/vcr/cassettes/OrbitalDefenceEngine_Nasa_FirmsImport/_all/when_request_successful/creates_fires.yml
376
+ - spec/spec/vcr/cassettes/OrbitalDefenceEngine_OpenWeatherApi_WeatherByCoordinates/_fetch_weather_by_coordinates/returns_json_data_as_a_hash.yml
377
+ - spec/factories/weather_station.rb
378
+ - spec/factories/detection_type.rb
379
+ - spec/factories/weather_reading.rb
380
+ - spec/factories/fire.rb
371
381
  - spec/spec_helper.rb
372
- - spec/dummy/app/mailers/application_mailer.rb
382
+ - spec/support/vcr.rb
383
+ - spec/support/factory_bot.rb
384
+ - spec/dummy/Rakefile
385
+ - spec/dummy/config.ru
386
+ - spec/dummy/bin/rake
387
+ - spec/dummy/bin/yarn
388
+ - spec/dummy/bin/rails
389
+ - spec/dummy/bin/setup
390
+ - spec/dummy/bin/update
391
+ - spec/dummy/bin/bundle
392
+ - spec/dummy/public/apple-touch-icon.png
393
+ - spec/dummy/public/422.html
394
+ - spec/dummy/public/apple-touch-icon-precomposed.png
395
+ - spec/dummy/public/500.html
396
+ - spec/dummy/public/404.html
397
+ - spec/dummy/public/favicon.ico
398
+ - spec/dummy/log/development.log
399
+ - spec/dummy/app/channels/application_cable/connection.rb
400
+ - spec/dummy/app/channels/application_cable/channel.rb
401
+ - spec/dummy/app/helpers/application_helper.rb
373
402
  - spec/dummy/app/models/application_record.rb
374
403
  - spec/dummy/app/jobs/application_job.rb
404
+ - spec/dummy/app/mailers/application_mailer.rb
375
405
  - spec/dummy/app/controllers/application_controller.rb
406
+ - spec/dummy/app/assets/stylesheets/application.css
407
+ - spec/dummy/app/assets/javascripts/cable.js
408
+ - spec/dummy/app/assets/javascripts/application.js
409
+ - spec/dummy/app/assets/config/manifest.js
376
410
  - spec/dummy/app/views/layouts/application.html.erb
377
411
  - spec/dummy/app/views/layouts/mailer.html.erb
378
412
  - spec/dummy/app/views/layouts/mailer.text.erb
379
- - spec/dummy/app/assets/config/manifest.js
380
- - spec/dummy/app/assets/javascripts/cable.js
381
- - spec/dummy/app/assets/javascripts/application.js
382
- - spec/dummy/app/assets/stylesheets/application.css
383
- - spec/dummy/app/helpers/application_helper.rb
384
- - spec/dummy/app/channels/application_cable/connection.rb
385
- - spec/dummy/app/channels/application_cable/channel.rb
386
- - spec/dummy/bin/update
387
- - spec/dummy/bin/rake
388
- - spec/dummy/bin/setup
389
- - spec/dummy/bin/bundle
390
- - spec/dummy/bin/yarn
391
- - spec/dummy/bin/rails
392
- - spec/dummy/config/routes.rb
413
+ - spec/dummy/tmp/development_secret.txt
414
+ - spec/dummy/config/initializers/wrap_parameters.rb
415
+ - spec/dummy/config/initializers/filter_parameter_logging.rb
416
+ - spec/dummy/config/initializers/cookies_serializer.rb
417
+ - spec/dummy/config/initializers/inflections.rb
418
+ - spec/dummy/config/initializers/orb_def.rb
419
+ - spec/dummy/config/initializers/backtrace_silencers.rb
420
+ - spec/dummy/config/initializers/application_controller_renderer.rb
421
+ - spec/dummy/config/initializers/pagy.rb
422
+ - spec/dummy/config/initializers/content_security_policy.rb
423
+ - spec/dummy/config/initializers/assets.rb
424
+ - spec/dummy/config/initializers/mime_types.rb
425
+ - spec/dummy/config/puma.rb
426
+ - spec/dummy/config/application.rb
393
427
  - spec/dummy/config/locales/en.yml
394
- - spec/dummy/config/cable.yml
395
- - spec/dummy/config/environments/production.rb
428
+ - spec/dummy/config/environment.rb
429
+ - spec/dummy/config/orb_def/spring.rb
396
430
  - spec/dummy/config/environments/development.rb
397
431
  - spec/dummy/config/environments/test.rb
432
+ - spec/dummy/config/environments/production.rb
398
433
  - spec/dummy/config/spring.rb
399
- - spec/dummy/config/environment.rb
400
434
  - spec/dummy/config/storage.yml
401
- - spec/dummy/config/application.rb
402
- - spec/dummy/config/puma.rb
403
435
  - spec/dummy/config/database.yml
404
- - spec/dummy/config/orb_def/spring.rb
436
+ - spec/dummy/config/cable.yml
405
437
  - spec/dummy/config/boot.rb
406
- - spec/dummy/config/initializers/application_controller_renderer.rb
407
- - spec/dummy/config/initializers/backtrace_silencers.rb
408
- - spec/dummy/config/initializers/orb_def.rb
409
- - spec/dummy/config/initializers/mime_types.rb
410
- - spec/dummy/config/initializers/filter_parameter_logging.rb
411
- - spec/dummy/config/initializers/wrap_parameters.rb
412
- - spec/dummy/config/initializers/assets.rb
413
- - spec/dummy/config/initializers/cookies_serializer.rb
414
- - spec/dummy/config/initializers/content_security_policy.rb
415
- - spec/dummy/config/initializers/pagy.rb
416
- - spec/dummy/config/initializers/inflections.rb
417
- - spec/dummy/config.ru
418
- - spec/dummy/Rakefile
419
- - spec/dummy/public/favicon.ico
420
- - spec/dummy/public/422.html
421
- - spec/dummy/public/apple-touch-icon.png
422
- - spec/dummy/public/500.html
423
- - spec/dummy/public/404.html
424
- - spec/dummy/public/apple-touch-icon-precomposed.png
425
- - spec/dummy/package.json
438
+ - spec/dummy/config/routes.rb
426
439
  - spec/dummy/db/schema.rb
427
- - spec/dummy/log/test.log
428
- - spec/dummy/log/development.log
429
- - spec/dummy/tmp/development_secret.txt
430
- - spec/spec/vcr/cassettes/OrbitalDefenceEngine_OpenWeatherApi_WeatherByCoordinates/_fetch_weather_by_coordinates/returns_json_data_as_a_hash.yml
431
- - spec/spec/vcr/cassettes/OrbitalDefenceEngine_Nasa_FirmsImport/_all/when_request_successful/creates_fires.yml
432
- - spec/vcr/cassettes/OpenWeatherApi_WeatherByCoordinates/_fetch_weather_by_coordinates/returns_json_data_as_a_hash.yml
433
- - spec/vcr/cassettes/OrbDef_OpenWeatherApi_WeatherByCoordinates/_fetch_weather_by_coordinates/returns_json_data_as_a_hash.yml
434
- - spec/vcr/cassettes/OrbDef_Nasa_FirmsImport/_all/when_request_successful/creates_fires.yml
435
- - spec/support/factory_bot.rb
436
- - spec/support/vcr.rb
437
- - spec/factories/detection_type.rb
438
- - spec/fixtures/files/modis_c6.txt
440
+ - spec/dummy/package.json
441
+ - spec/rails_helper.rb
439
442
  - spec/fixtures/nasa/firms/viirs.txt
443
+ - spec/fixtures/files/modis_c6.txt
440
444
  - spec/controllers/orb_def/api/v1/fires_controller_spec.rb
441
- - spec/rails_helper.rb
442
- - spec/services/orbital_defence_engine/open_weather_api/weather_by_coordinates_spec.rb
443
- - spec/services/orbital_defence_engine/nasa/firms_import_spec.rb
445
+ - spec/vcr/cassettes/OrbDef_Nasa_FirmsImport/_all/when_request_successful/creates_fires.yml
446
+ - spec/vcr/cassettes/OrbDef_OpenWeatherApi_WeatherByCoordinates/_fetch_weather_by_coordinates/returns_json_data_as_a_hash.yml
447
+ - spec/vcr/cassettes/OpenWeatherApi_WeatherByCoordinates/_fetch_weather_by_coordinates/returns_json_data_as_a_hash.yml