You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/industry/agriculture/ingest-historical-telemetry-data.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,8 +96,8 @@ Follow the below steps to generate these:
96
96
| SensorMeasures > DataType |Telemetry data type. Currently double is supported|
97
97
| SensorMeasures > Type |Measurement type of the sensor telemetry data. Following are the system-defined types: AmbientTemperature, CO2, Depth, ElectricalConductivity, LeafWetness, Length, LiquidLevel, Nitrate, O2, PH, Phosphate, PointInTime, Potassium, Pressure, RainGauge, RelativeHumidity, Salinity, SoilMoisture, SoilTemperature, SolarRadiation, State, TimeDuration, UVRadiation, UVIndex, Volume, WindDirection, WindRun, WindSpeed, Evapotranspiration, PAR. To add more, refer to /ExtendedType API.|
98
98
| SensorMeasures > Unit | Unit of sensor telemetry data. Following are the system-defined units: NoUnit, Celsius, Fahrenheit, Kelvin, Rankine, Pascal, Mercury, PSI, MilliMeter, CentiMeter, Meter, Inch, Feet, Mile, KiloMeter, MilesPerHour, MilesPerSecond, KMPerHour, KMPerSecond, MetersPerHour, MetersPerSecond, Degree, WattsPerSquareMeter, KiloWattsPerSquareMeter, MilliWattsPerSquareCentiMeter, MilliJoulesPerSquareCentiMeter, VolumetricWaterContent, Percentage, PartsPerMillion, MicroMol, MicroMolesPerLiter, SiemensPerSquareMeterPerMole, MilliSiemensPerCentiMeter, Centibar, DeciSiemensPerMeter, KiloPascal, VolumetricIonContent, Liter, MilliLiter, Seconds, UnixTimestamp, MicroMolPerMeterSquaredPerSecond, InchesPerHour To add more, refer to /ExtendedType API.|
99
-
| SensorMeasures > aggregationType | Values can be none, average, maximum, minimum, or StandardDeviation |
100
-
| Name | Name to identify resource. For example, model name/product name. |
99
+
| SensorMeasures > aggregationType | Values can be none, average, maximum, minimum, or StandardDeviation |
100
+
| Name | Name to identify resource. For example, model name/product name. |
101
101
| Description | Provide a meaningful description of the model |
102
102
| Properties | Additional properties from the manufacturer |
103
103
| **Sensor** | |
@@ -114,7 +114,7 @@ For more information about objects, see [Swagger](https://aka.ms/FarmBeatsDatahu
114
114
115
115
**API request to create metadata**
116
116
117
-
To make an API request, you combine the HTTP (POST) method, the URL to the API service, the URI to a resource to query, submit data to create or delete a request and add one or more HTTP request headers. The URL to the API service is the API Endpoint i.e. the data hub URL `https://\<yourdatahub>.azurewebsites.net`
117
+
To make an API request, you combine the HTTP (POST) method, the URL to the API service, the URI to a resource to query, submit data to create or delete a request and add one or more HTTP request headers. The URL to the API service is the API Endpoint i.e. the data hub URL <`https://\<yourdatahub>.azurewebsites.net`>
118
118
119
119
**Authentication**:
120
120
@@ -333,7 +333,7 @@ Convert the historical sensor data format to a canonical format that Azure FarmB
333
333
}
334
334
```
335
335
336
-
After adding the corresponding devices and sensors, obtain the deviceid and the sensorid in the telemetry message, as described in the previous section
336
+
After adding the corresponding devices and sensors, obtain the deviceid and the sensor id in the telemetry message, as described in the previous section
Copy file name to clipboardExpand all lines: articles/industry/agriculture/references-for-farmbeats.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ SensorModel | SensorModel corresponds to the meta-data of the sensor such as th
37
37
Telemetry | Telemetry provides the ability to read telemetry messages for a particular sensor and time range.
38
38
Job | Job corresponds to any workflow of activities, which are executed in the FarmBeats system to get a desired output. Each job is associated with a job ID and job type.
39
39
JobType | JobType corresponds to different job types supported by the system. This includes system defined & user-defined job types.
40
-
ExtendedType | ExtendedType corresponds to the list of system & user-defined types in the system. This helps setup a new Sensor or Scene or Scenefile type in the FarmBeats system.
40
+
ExtendedType | ExtendedType corresponds to the list of system & user-defined types in the system. This helps setup a new Sensor or Scene or Scene file type in the FarmBeats system.
41
41
Partner | Partner corresponds to the sensor/ imagery integration partner for FarmBeats
42
42
Scene | Scene corresponds to any generated output in the context of a Farm. Each Scene has a scene ID, scene source, scene type and farm ID associated with it. Each scene ID can have multiple scene files associated with it.
43
43
SceneFile |SceneFile corresponds to all files, which are generated for single scene. A single scene ID can have multiple SceneFile IDs associated with it.
0 commit comments