Skip to content

Commit

Permalink
Fixed .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mminella committed May 6, 2015
1 parent 22bc18f commit d548e18
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ IoT-Data-Science/Data
pyspark-docker
IoT-Data-Science/PythonModel/metastore_db
lib
data
/data
3 changes: 3 additions & 0 deletions IoT-CarSimulator/src/test/resources/data/sampleJourney.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{"vehicle_speed":0,"obd_standards":2,"intake_manifold_pressure":"","accelerator_throttle_pos_e":8,"engine_load":30,"maf_airflow":7,"latitude":"32.984979","vin":"SCEDT26T0BD007019","bearing":"319.492374","catalyst_temp":446,"relative_throttle_pos":1,"fuel_level_input":99,"fuel_system_status":[2,0],"accelerator_throttle_pos_d":16,"acceleration":"0.992","throttle_position":14,"barometric_pressure":95,"control_module_voltage":13,"longitude":"-96.709578","distance_with_mil_on":0,"coolant_temp":92,"intake_air_temp":60,"rpm":659,"short_term_fuel":-1,"time_since_engine_start":217,"absolute_throttle_pos_b":18,"long_term_fuel":2,"timestamp":1408670439897}
{"vehicle_speed":0,"obd_standards":2,"intake_manifold_pressure":"","accelerator_throttle_pos_e":8,"engine_load":30,"maf_airflow":7,"latitude":"32.984979","vin":"SCEDT26T0BD007019","bearing":"319.492374","catalyst_temp":446,"relative_throttle_pos":1,"fuel_level_input":99,"fuel_system_status":[2,0],"accelerator_throttle_pos_d":16,"acceleration":"1.019","throttle_position":14,"barometric_pressure":95,"control_module_voltage":13,"longitude":"-96.709578","distance_with_mil_on":0,"coolant_temp":92,"intake_air_temp":60,"rpm":659,"short_term_fuel":-2,"time_since_engine_start":217,"absolute_throttle_pos_b":18,"long_term_fuel":2,"timestamp":1408670440843}
{"vehicle_speed":0,"obd_standards":2,"intake_manifold_pressure":"","accelerator_throttle_pos_e":8,"engine_load":30,"maf_airflow":7,"latitude":"32.984979","vin":"SCEDT26T0BD007019","bearing":"319.492374","catalyst_temp":446,"relative_throttle_pos":1,"fuel_level_input":99,"fuel_system_status":[2,0],"accelerator_throttle_pos_d":16,"acceleration":"0.994","throttle_position":14,"barometric_pressure":95,"control_module_voltage":13,"longitude":"-96.709578","distance_with_mil_on":0,"coolant_temp":92,"intake_air_temp":60,"rpm":646,"short_term_fuel":-2,"time_since_engine_start":220,"absolute_throttle_pos_b":18,"long_term_fuel":2,"timestamp":1408670441915}
3 changes: 3 additions & 0 deletions IoT-GemFireLoader/src/test/resources/data/clusters.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{"vin": "SCEDT26T0BD007019", "clusters": {"0": {"name": "", "lat": 32.952136134697362, "long": -96.820293184407973, "address": ""}, "1": {"name": "", "lat": 32.775359756851508, "long": -96.804928235059336, "address": ""}, "2": {"name": "", "lat": 32.943392560883851, "long": -96.649327721702406, "address": ""}, "3": {"name": "", "lat": 32.968117331986988, "long": -96.927546300480572, "address": ""}}}
{"vin": "4724069", "clusters": {"0": {"name": "", "lat": 33.9336949, "long": -117.2768647, "address": ""}}}
{"vin": "1G2AW87HXCL527449", "clusters": {"0": {"name": "", "lat": 34.165145, "long": -118.508207, "address": ""}, "1": {"name": "", "lat": 32.775359756851508, "long": -96.804928235059336, "address": ""}}}

0 comments on commit d548e18

Please sign in to comment.