forked from FarmMaps/FarmMapsApiClient
added general queue and wait for task method to generalservice.
added process satellite to haulmkilling.
This commit is contained in:
@@ -61,9 +61,14 @@ namespace FarmmapsHaulmkilling
|
||||
@"{""type"":""Polygon"",""coordinates"":[[[4.617786844284247,52.22533706956424],[4.618642601314543,52.225938364585989],[4.6192153806397,52.22563988897754],[4.619192414656403,52.2256242822442],[4.620306732153958,52.225031745661528],[4.620542019225217,52.22519855319158],[4.621157509147853,52.22487436515405],[4.623387917230182,52.22367660757213],[4.624563444939009,52.22304740241544],[4.624562779355982,52.223046635247019],[4.624534908813479,52.22302596787506],[4.627873021330343,52.221240670658399],[4.627504935938338,52.220104419135129],[4.627324878706837,52.22020569669098],[4.627320696113512,52.22020660117888],[4.626707169518044,52.22053923770041],[4.624700376420229,52.221619047547488],[4.623471571183885,52.22227447969577],[4.623471511010673,52.22227500174403],[4.623468838689317,52.22228052566992],[4.617786844284247,52.22533706956424]]]}");
|
||||
|
||||
// run satellite task on just added cropfield
|
||||
|
||||
|
||||
_logger.LogInformation("Gathering satellite information for cropfield, this might take a while!");
|
||||
await _generalService.RunAndWaitForTask(cropfieldItem, "vnd.farmmaps.task.satellite");
|
||||
|
||||
// find ndvi or wdvi satellite data geotiffs
|
||||
|
||||
// create haulmkilling application map
|
||||
|
||||
// download application map
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user