Difference between revisions of "DataCleaning"
Jump to navigation
Jump to search
Line 29: | Line 29: | ||
Dataflow.png|Dataflow | Dataflow.png|Dataflow | ||
</gallery> | </gallery> | ||
− | + | ||
− | + | ==Static sensor readings== | |
− | + | I would like to append the static sensor readings to the mobile sensor readings. However, the fields of both files have to be the same. The missing data in the static sensor readings is the latitude and longitude of the sensor id, which can be found in the static location data. Hence, first I joined the StaticSensorReadings file to the StaticSensorLocations file. | |
+ | |||
+ | [[File:Joinstaticlocation.png|thumb]] |
Revision as of 11:15, 11 October 2019
St. Hilmark Radiation Analysis
|
|
|
|
Cleaning of sensors data
Static sensor readings
I would like to append the static sensor readings to the mobile sensor readings. However, the fields of both files have to be the same. The missing data in the static sensor readings is the latitude and longitude of the sensor id, which can be found in the static location data. Hence, first I joined the StaticSensorReadings file to the StaticSensorLocations file.