Appearance
耕地自然地块边界矢量
产品简介
地块矢量产品是基于高分辨率遥感影像生成的数字化地块边界。通过识别田块的自然边界和内部几何结构,输出符合实际地块形态的矢量化边界文件。本产品适用于各类农田种植区域,包括平原、丘陵及复杂地形地区的地块边界识别。
技术原理
基于深度边缘检测技术和语义分割网络,利用高分辨率遥感影像实现地块边界的精准提取。通过深度边缘检测技术(如HED)提取地块边界的细节特征,确保边界识别的准确性和连续性,并结合语义分割网络(如UNet或DeepLabv3+)对影像进行分类,将地块与其他地物区分开来。提取的地块边界进一步经过拓扑检查和平滑处理,优化地块形状和空间一致性。最终,优化后的地块边界数据以矢量格式输出。
图层示例
接口
下级区域指定日期耕地地块数据
接口描述
根据作物 id、日期、区域 id 条件, 获取下级区域指定日期耕地地块数据
请求示例 url
json
https://gw.datall.cn/productapi/jh-api/soilmoistureRegionApi/queryRealtimeDataNextRegion
请求方式
GET
请求头
属性 | 说明 | 举例 | 是否必填 |
---|---|---|---|
ServiceKey | 密钥 | f35a*********e5680b8 | 必填 |
UserName | 用户名 | 156****1376 | 必填 |
例子
json
https://gw.datall.cn/productapi/jh-api/soilmoistureRegionApi/queryRealtimeDataNextRegion?regionId=3104001644&cropId=107&dataTime=2021-05-10
返回
json
{
"flag": true,
"code": null,
"msg": null,
"data": {
"regionId": 3105020727,
"dataTime": "2021-05-10",
"regionChinaName": "长山镇",
"cropId": 107,
"cropName": "冬小麦",
"levelDataVos": [
{
"levelId": 1,
"levelName": "低",
"areaNum": 2064.75,
"tenThousandAreaNum": 0.2
}
]
}
}
当前区域前几期耕地地块数据
接口描述
根据区域 id、日期、当前前 N 期条件, 获取当前区域前几期耕地地块数据。
请求示例 url
json
https://gw.datall.cn/productapi/jh-api/prRegionApi/queryRealtimeDataBeforeDays
请求方式
GET
请求头
属性 | 说明 | 例如 | 是否必填 |
---|---|---|---|
ServiceKey | 密钥 | f35a*************e5680b8 | 必填 |
UserName | 用户名 | 156****1376 | 必填 |
请求参数
属性 | 说明 | 例如 | 是否必填 |
---|---|---|---|
regionId | 区域 id | 3104001644 | 必填 |
dataTime | 日期 | 2021-11-01 | 必填 |
beforeDay | 当前日期前 N 期,默认 5 | 5 | 选填 |
示例
json
https://gw.datall.cn/productapi/jh-api/prRegionApi/queryRealtimeDataBeforeDays?regionId=3104001644&dataTime=2021-11-01&beforeDay=5
返回
json
{
"flag": true,
"code": null,
"msg": null,
"data": {
"regionId": 3104001644,
"dataTime": "2021-11-01",
"regionChinaName": "邹平市",
"minValue": 0.44,
"avgValue": 0.55,
"maxValue": 0.64,
"minValueText": "中度",
"avgValueText": "轻度",
"maxValueText": "无"
}
}
根据区域id查询地块
接口描述
根据区域id查询地块。
请求示例 url
json
https://gw.datall.cn/productapi/jh-api/initLandApi/queryLandByRegionId
请求方式
GET
请求头
属性 | 说明 | 例如 | 是否必填 |
---|---|---|---|
ServiceKey | 密钥 | f35a*************e5680b8 | 必填 |
UserName | 用户名 | 156****1376 | 必填 |
请求参数
属性 | 说明 | 例如 | 是否必填 |
---|---|---|---|
regionId | 区域id | 1660787064360 | 必填 |
例子
json
https://gw.datall.cn/productapi/jh-api/initLandApi/queryLandByRegionId?regionId=1660787064360
返回
json
{
"flag": true,
"code": null,
"msg": "",
"data": "JH_PRODUCT:ly_init_land_3103000105_sql"
}