Prepare Sensors
Preparation of Sensor data
Overview
Extracts sensor data for a given period and creates SQL tables
Arguments
Mandatory inputs
endDate— End Time StampThe end timestamp to extract the dataset in format “%Y-%m-%d %H:%M:%S”
Type:
StringstartDate— Start Time StampThe start timestamp to extract the dataset in format “%Y-%m-%d %H:%M:%S”
Type:
StringtargetSRID— Target projection identifier🌍 Target projection identifier (also called SRID) of your table. It should be an EPSG code, an integer with 4 or 5 digits (ex: 3857 is Web Mercator projection).
🚨 The target SRID must be in metric coordinates (e.g 2056 for Geneva).
Type:
IntegertrainingRatio— Training data percentageTraining data as a percentage of total data
Type:
FloatworkingFolder— Working directory path with input filesFolder containing .csv files “device_mapping_sf”, the .osm file and the folder “devices_data”
Type:
String
Output
result— Sql tables outputSql tables “SENSORS_MEASUREMENTS”, “SENSORS_LOCATION”, “SENSORS_MEASUREMENTS_TRAINING”
Type:
String