Prepare Sensors

Preparation of Sensor data

Overview

Extracts sensor data for a given period and creates SQL tables

Arguments

Mandatory inputs

endDateEnd Time Stamp

The end timestamp to extract the dataset in format “%Y-%m-%d %H:%M:%S”

Type: String

startDateStart Time Stamp

The start timestamp to extract the dataset in format “%Y-%m-%d %H:%M:%S”

Type: String

targetSRIDTarget 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: Integer

trainingRatioTraining data percentage

Training data as a percentage of total data

Type: Float

workingFolderWorking directory path with input files

Folder containing .csv files “device_mapping_sf”, the .osm file and the folder “devices_data”

Type: String

Output

resultSql tables output

Sql tables “SENSORS_MEASUREMENTS”, “SENSORS_LOCATION”, “SENSORS_MEASUREMENTS_TRAINING”

Type: String