葵花数据只推送高置信度的火点
This commit is contained in:
parent
7ff3b089d6
commit
aac7a6d750
@ -94,10 +94,11 @@ public class FirePointServiceImpl implements FirePointService {
|
||||
return false;
|
||||
}
|
||||
if ("Himawari 8".equals(firePointQo.getSatelliteType())) {
|
||||
if ("L".equals(firePointQo.getConfidence())) {
|
||||
if ("L".equals(firePointQo.getConfidence()) || "N".equals(firePointQo.getConfidence())) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
FirePointEntity firePointEntity = new FirePointEntity();
|
||||
firePointEntity.setFireCode(firePointQo.getFireCode());
|
||||
firePointEntity.setCountyCode(firePointQo.getCountyCode().toString());
|
||||
|
Loading…
Reference in New Issue
Block a user