- 登录
- 字典
- 区划
- 文件上传
- 大文件上传
- 农业物候
- 耕作制度
- 数据源管理
- 算法模型管理
- 在线解译(旧)
- 在线解译(新)
- 预览(新)
- 成果管理
- 在线检索
- 格网
- 标签管理
- 样本管理导入
- 样本管理动态切片
- 样本管理
- 样本管理(工作空间临时表)
- 样本图层(工作空间图层)
- 栅格渲染方案
- 工作空间
- 定时任务
- 哨兵L3A合成
- 光谱建库任务
- 解译
- 解译(成果合并)
- 影像镶嵌
- 镶嵌任务
- 遥感指数计算
- 样本集
- 样本集新接口
- 模型库
- 种植属性监测
- 撂荒地监测
- 非粮化
- 非农化
- 模型训练
- 模型发布
- 任务管理
- 样本集 Copy
- 监控模块
- 图斑规则化
- 耕地保护一张图
- 耕地预警
非粮热力图
开发中
POST
http://gykj123.cn:9000/grandtechmap-land-monitor-service/api/v1/food/heatmap
最后修改时间:2025-02-19 06:32:54
责任人:梅柳春
请求参数
Header 参数
token
string
可选
默认值:
{{access_token}}
Body 参数application/json
id
string
必需
qhdm
string
必需
示例
{
"id": "0052",
"qhdm": "520403203"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://gykj123.cn:9000/grandtechmap-land-monitor-service/api/v1/food/heatmap' \
--header 'token: {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "0052",
"qhdm": "520403203"
}'
返回响应
🟢200成功
application/json
Body
timestamp
integer
必需
datetime
string
必需
code
integer
必需
message
string
必需
success
boolean
必需
data
array [object {3}]
必需
sampleCount
integer
必需
centroidX
number
必需
centroidY
number
必需
示例
{
"timestamp": 1739772827316,
"datetime": "2025-02-17T14:13:47.316",
"code": 200,
"message": "成功",
"success": true,
"data": [
{
"sampleCount": 4,
"centroidX": 106.3198023767607,
"centroidY": 26.353787975106254
},
{
"sampleCount": 5200,
"centroidX": 106.29908571901618,
"centroidY": 26.348145821347842
},
{
"sampleCount": 2673,
"centroidX": 106.32635445221162,
"centroidY": 26.33337537777137
},
{
"sampleCount": 143,
"centroidX": 106.30935134407845,
"centroidY": 26.374741890895443
},
{
"sampleCount": 4586,
"centroidX": 106.34576576928461,
"centroidY": 26.322257309464078
},
{
"sampleCount": 212,
"centroidX": 106.28812650243928,
"centroidY": 26.374802148492886
},
{
"sampleCount": 5098,
"centroidX": 106.30054922673439,
"centroidY": 26.308667480917848
},
{
"sampleCount": 2463,
"centroidX": 106.29040346006465,
"centroidY": 26.266309190425833
}
]
}