seismic_classes Plan the OOP components for a script that collects data samples from sensors. The script will use Sensor and DataSample objects. Identify properties and methods for each of these...



seismic_classes Plan the OOP components for a script that collects data samples


from sensors. The script will use Sensor and DataSample objects. Identify properties and methods for each of these objects based on the following description:



A network of 14 sensors will be lowered via helicopter into volcanic basins to


measure seismic activity and weather conditions. Each sensor station will have


an ID, an XYZ location, and daily sample count. Each sample will record a seismic signal as well as the start time of the reading, the air quality, temperature,


humidity, and wind speed. The system needs to be able to identify invalid readings and identify seismic signals that exceed a signifi cant threshold. The sensor


will report signifi cant seismic signals real-time. It will also routinely purge


invalid samples, and then compute daily summary statistics for each reading.


Finally, each sensor will need to transmit the summary results to a monitoring


center.



Sensor properties (3):



DataSample properties (6):



Sensor methods (4):



DataSample methods (2):

Nov 13, 2021
SOLUTION.PDF

Get Answer To This Question