Skip to content

Commit 8be018c

Browse files
authored
Update how-to-ingest-and-egress-farm operations data.md
1 parent 86701eb commit 8be018c

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

articles/data-manager-for-agri/how-to-ingest-and-egress-farm operations data.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ Create a farm-operations job with an ID of your choice. Users are expected to us
2424

2525
API documentation:[FarmOperations_CreateDataIngestionJob](/rest/api/data-manager-for-agri/dataplane-version2023-07-01-preview/farm-operations/create-data-ingestion-job)
2626

27-
[!NOTE]
28-
`shapeType` and `shapeResolution` are provider specific attributes. If they aren't applicable to your provider, set the value to "none"
27+
> [!NOTE]
28+
>`shapeType` and `shapeResolution` are provider specific attributes. If they aren't applicable to your provider, set the value to "none"
29+
>
2930
3031
Based on the startYear & operations list provided, ADMA fetches the operations data from the start year to the current date. Along with specific data (geometry), FieldView also gives us the DAT file for the activity performed on your farm/field or boundary. The DAT file contains a boundary for which the activity is performed.
3132

@@ -55,25 +56,25 @@ Step 1: Get geometry for each operation
5556
To continue geo spatial analysis, you can fetch the list of farm operations data associated to the `partyId` and then get geometry data for a specific operation ID (ex: `plantingId`).
5657

5758
API documentation:
58-
[PlantingData_ListByPartyId](/rest/api/data-manager-for-agri/dataplane-version2023-07-01-preview/planting-data/list-by-party-id)
59-
[HarvestData_ListByPartyId](/rest/api/data-manager-for-agri/dataplane-version2023-07-01-preview/harvest-data/list-by-party-id)
60-
[ApplicationData_ListByPartyId](/rest/api/data-manager-for-agri/dataplane-version2023-07-01-preview/application-data/list-by-party-id)
59+
* [PlantingData_ListByPartyId](/rest/api/data-manager-for-agri/dataplane-version2023-07-01-preview/planting-data/list-by-party-id)
60+
* [HarvestData_ListByPartyId](/rest/api/data-manager-for-agri/dataplane-version2023-07-01-preview/harvest-data/list-by-party-id)
61+
* [ApplicationData_ListByPartyId](/rest/api/data-manager-for-agri/dataplane-version2023-07-01-preview/application-data/list-by-party-id)
6162

6263
You can also see `sourceActivityId` and `providerFieldId` are passed on from FieldView Account and stored in ADMA.
6364

6465
Now, pick up specific `id` from the response of the list API and run the get API for geometry data
6566
API documentation:
66-
[PlantingData_Get](/rest/api/data-manager-for-agri/dataplane-version2023-07-01-preview/planting-data/get)
67-
[HarvestData_Get](/rest/api/data-manager-for-agri/dataplane-version2023-07-01-preview/harvest-data/get)
68-
[ApplicationData_Get](/rest/api/data-manager-for-agri/dataplane-version2023-07-01-preview/application-data/get)
67+
* [PlantingData_Get](/rest/api/data-manager-for-agri/dataplane-version2023-07-01-preview/planting-data/get)
68+
* [HarvestData_Get](/rest/api/data-manager-for-agri/dataplane-version2023-07-01-preview/harvest-data/get)
69+
* [ApplicationData_Get](/rest/api/data-manager-for-agri/dataplane-version2023-07-01-preview/application-data/get)
6970

7071
Step 2: Get farm operations data for a geometry
7172

7273
Using the geometry in the response of above Get operation, you can get planting, harvest or application data
7374
API documentation:
74-
[PlantingData_Search](/rest/api/data-manager-for-agri/dataplane-version2023-07-01-preview/planting-data/search)
75-
[HarvestData_Search](/rest/api/data-manager-for-agri/dataplane-version2023-07-01-preview/harvest-data/search)
76-
[ApplicationData_Search](/rest/api/data-manager-for-agri/dataplane-version2023-07-01-preview/application-data/search)
75+
* [PlantingData_Search](/rest/api/data-manager-for-agri/dataplane-version2023-07-01-preview/planting-data/search)
76+
* [HarvestData_Search](/rest/api/data-manager-for-agri/dataplane-version2023-07-01-preview/harvest-data/search)
77+
* [ApplicationData_Search](/rest/api/data-manager-for-agri/dataplane-version2023-07-01-preview/application-data/search)
7778

7879
You can also use the ID like `plantingId` to fetch the above data in the same API. if you remove the Id, you're able to see any other data that intersects with the same geometry across party. So it shows data for the same boundary across different parties.
7980

0 commit comments

Comments
 (0)