- 登录
- 字典
- 区划
- 文件上传
- 大文件上传
- 农业物候
- 耕作制度
- 数据源管理
- 算法模型管理
- 在线解译(旧)
- 在线解译(新)
- 预览(新)
- 成果管理
- 在线检索
- 格网
- 标签管理
- 样本管理导入
- 样本管理动态切片
- 样本管理
- 样本管理(工作空间临时表)
- 样本图层(工作空间图层)
- 栅格渲染方案
- 工作空间
- 定时任务
- 哨兵L3A合成
- 光谱建库任务
- 解译
- 解译(成果合并)
- 影像镶嵌
- 镶嵌任务
- 遥感指数计算
- 样本集
- 样本集新接口
- 模型库
- 种植属性监测
- 撂荒地监测
- 非粮化
- 非农化
- 模型训练
- 模型发布
- 任务管理
- 样本集 Copy
- 监控模块
- 图斑规则化
- 耕地保护一张图
- 耕地预警
非农热力图
开发中
POST
http://gykj123.cn:9000/grandtechmap-land-monitor-service/api/v1/farm/heatmap
最后修改时间:2025-02-19 06:32:54
责任人:梅柳春
请求参数
Header 参数
token
string
可选
默认值:
{{access_token}}
Body 参数application/json
id
string
必需
qhdm
string
必需
示例
{
"id": "0052",
"qhdm": "130525205"
}
示例代码
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/farm/heatmap' \
--header 'token: {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "0052",
"qhdm": "130525205"
}'
返回响应
🟢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": 1739772718896,
"datetime": "2025-02-17T14:11:58.896",
"code": 200,
"message": "成功",
"success": true,
"data": [
{
"sampleCount": 4880,
"centroidX": 114.85029373257854,
"centroidY": 37.40477424604615
},
{
"sampleCount": 7263,
"centroidX": 114.85841158971054,
"centroidY": 37.394266946468356
},
{
"sampleCount": 19923,
"centroidX": 114.8548553078031,
"centroidY": 37.3768508139112
},
{
"sampleCount": 11199,
"centroidX": 114.87912532861922,
"centroidY": 37.40378116416382
},
{
"sampleCount": 9228,
"centroidX": 114.86757972563575,
"centroidY": 37.406535679411306
},
{
"sampleCount": 817,
"centroidX": 114.85950165508713,
"centroidY": 37.41881722190162
},
{
"sampleCount": 2011,
"centroidX": 114.8465460811087,
"centroidY": 37.41624377365759
},
{
"sampleCount": 602,
"centroidX": 114.85044995584644,
"centroidY": 37.423765668926215
},
{
"sampleCount": 3934,
"centroidX": 114.84299698986365,
"centroidY": 37.43457901722843
},
{
"sampleCount": 5345,
"centroidX": 114.82989874420706,
"centroidY": 37.431675821888184
},
{
"sampleCount": 3664,
"centroidX": 114.82182624227443,
"centroidY": 37.42332212436955
},
{
"sampleCount": 1700,
"centroidX": 114.82655306376029,
"centroidY": 37.414426621698894
},
{
"sampleCount": 2703,
"centroidX": 114.83435819293389,
"centroidY": 37.41790671830161
},
{
"sampleCount": 6113,
"centroidX": 114.82510302588176,
"centroidY": 37.408120193413616
},
{
"sampleCount": 759,
"centroidX": 114.81526555276646,
"centroidY": 37.406572053021904
},
{
"sampleCount": 6620,
"centroidX": 114.82057307881956,
"centroidY": 37.39740084297594
},
{
"sampleCount": 9881,
"centroidX": 114.82505733525414,
"centroidY": 37.38487600494135
},
{
"sampleCount": 7413,
"centroidX": 114.8358701868509,
"centroidY": 37.380147820955365
},
{
"sampleCount": 10435,
"centroidX": 114.8391457189418,
"centroidY": 37.377507570347014
},
{
"sampleCount": 4850,
"centroidX": 114.8773195995446,
"centroidY": 37.43746850599408
},
{
"sampleCount": 13829,
"centroidX": 114.86512780225713,
"centroidY": 37.42854734380026
},
{
"sampleCount": 22859,
"centroidX": 114.8859274481206,
"centroidY": 37.41938138999831
},
{
"sampleCount": 3868,
"centroidX": 114.89160712900122,
"centroidY": 37.43442367257067
},
{
"sampleCount": 8481,
"centroidX": 114.90464097811699,
"centroidY": 37.44018486568059
},
{
"sampleCount": 5841,
"centroidX": 114.87894543027264,
"centroidY": 37.46106772795662
},
{
"sampleCount": 4675,
"centroidX": 114.84741555808873,
"centroidY": 37.4511800008139
},
{
"sampleCount": 2749,
"centroidX": 114.83759023997851,
"centroidY": 37.44473067476358
}
]
}