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/get-drone-imagery.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,9 @@ ms.author: v-umha
9
9
10
10
# Get drone imagery from drone partners
11
11
12
-
This article describes how you can bring in orthomosaic data from your drone imagery partners in to Azure FarmBeats Data hub. An orthomosaic is an aerial illustration/image that is geometrically corrected and stitched from the data collected by drones.
13
-
14
-
Currently the following imagery partners are supported.
12
+
This article describes how you can bring in orthomosaic data from your drone imagery partners in to Azure FarmBeats Data hub. Currently the following imagery partners are supported.
15
13
14
+
An orthomosaic is an aerial illustration/image that is geometrically corrected and stitched from the data collected by drone.
Copy file name to clipboardExpand all lines: articles/industry/agriculture/sensor-partner-integration.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,14 @@ ms.author: v-umha
8
8
---
9
9
10
10
# Sensor partner integration
11
-
This article provides information about the Azure FarmBeats **Translator** component.
11
+
12
+
This article provides information about the Azure FarmBeats **Translator** component, which enables sensor partner integration.
12
13
13
14
Using this component, partners can develop sensors that integrate with FarmBeats, by leveraging our API, and sending customer device data and telemetry to the FarmBeats Data hub. Data is visualized using the FarmBeats Accelerator. Data can be used for data fusion, and for building machine language/artificial intelligence models.
14
15
15
16
## Link FarmBeats account
16
17
17
-
Once the customers have purchased and deployed devices/sensors, they can access the device data and telemetry on device partners’ SaaS portal (Software as a Service). Device partners need to enable customers to link their account to their FarmBeats instance on Azure. The following credentials are required to fill in by customer/SI:
18
+
Once the customers have purchased and deployed devices/sensors, they can access the device data and telemetry on device partners’ SaaS portal (Software as a Service). device partners need to enable customers to link their account to their FarmBeats instance on Azure. The following credentials are required to fill in by customer/system integrator:
18
19
19
20
- Display name (An optional field for user to define a name for this integration)
20
21
- API endpoint
@@ -36,15 +37,12 @@ Customers have the ability to unlink an existing FarmBeats Integration. Unlinkin
36
37
37
38
## Edit FarmBeats integration
38
39
39
-
The customer can edit the FarmBeats integration. The primary scenario for edit is when the client secret or connection string changes due to expiry, in this case customer can only edit the following fields.
40
+
The customer can edit the FarmBeats integration settings, if the client secret or connection string changes. In this case, customer can only edit the following fields:
40
41
41
42
- Display name (if applicable)
42
43
- Client secret (should be displayed in “2x8***********” format or Show/Hide feature rather than clear text)
43
44
- Connection string (should be displayed in “2x8***********” format or Show/Hide feature rather than clear text)
44
45
45
-
> [!NOTE]
46
-
> Edit should not interrupt the creation of metadata objects.
47
-
48
46
## View last telemetry sent
49
47
50
48
You can view the timestamp of Last **Telemetry Sent**. This is the time at which the latest telemetry was successfully sent to FarmBeats.
@@ -161,7 +159,7 @@ HardwareId |Unique ID for the device such as MAC address etc., |
161
159
reportingInterval |Reporting interval in seconds |
162
160
Location |Device latitude (-90 to +90)/longitude (-180 to 180)/elevation (in meters) |
163
161
ParentDeviceId | ID of the parent device to which this device is connected to. For example,. A node connected to a gateway; node will have parentDeviceID as the Gateway |
164
-
Name | Name to identify resource. Device partners will need to send a name that is consistent with the device name on device partner side. If the device name is user-defined on Device Partner side, the same user-defined name should be propagated to FarmBeats |
162
+
Name | Name to identify resource. Device partners will need to send a name that is consistent with the device name on device partner side. If the device name is user-defined on device partner side, the same user-defined name should be propagated to FarmBeats |
165
163
Description | Provide a meaningful description |
166
164
Properties |Additional properties from the manufacturer |
167
165
**Sensor Model** | SensorModel corresponds to the metadata of the sensor such as the manufacturer, type of the sensor either analog or digital, sensor measure such as ambient temperature, pressure etc. |
@@ -188,7 +186,7 @@ ParentDeviceId | ID of the parent device to which this device is connected to. F
188
186
description | Provide a meaningful description
189
187
properties | Additional properties from the manufacturer
190
188
191
-
For information on each of the objects and their properties, see [swagger](httpa://aka.ms/FarmBeatsDatahubSwagger).
189
+
For information on each of the objects and their properties, see [swagger](https://aka.ms/FarmBeatsDatahubSwagger).
192
190
193
191
> [!NOTE]
194
192
> The APIs return unique IDs for each instance created. This ID needs to be retained by the translator for device management and metadata sync.
0 commit comments