- 登录
- 字典
- 区划
- 文件上传
- 大文件上传
- 农业物候
- 耕作制度
- 数据源管理
- 算法模型管理
- 在线解译(旧)
- 在线解译(新)
- 预览(新)
- 成果管理
- 在线检索
- 格网
- 标签管理
- 样本管理导入
- 样本管理动态切片
- 样本管理
- 样本管理(工作空间临时表)
- 样本图层(工作空间图层)
- 栅格渲染方案
- 工作空间
- 定时任务
- 哨兵L3A合成
- 光谱建库任务
- 解译
- 解译(成果合并)
- 影像镶嵌
- 镶嵌任务
- 遥感指数计算
- 样本集
- 样本集新接口
- 模型库
- 种植属性监测
- 撂荒地监测
- 非粮化
- 非农化
- 模型训练
- 模型发布
- 任务管理
- 样本集 Copy
- 监控模块
- 图斑规则化
- 耕地保护一张图
- 耕地预警
撂荒地热力图
开发中
POST
http://gykj123.cn:9000/grandtechmap-land-monitor-service/api/v1/land-monitor/heatmap
最后修改时间:2025-02-19 06:32:54
责任人:梅柳春
请求参数
Header 参数
token
string
可选
默认值:
{{access_token}}
Body 参数application/json
nf
string
年份
qhdm
string
必需
示例
{
"nf": "2023",
"qhdm": "411525014001"
}
示例代码
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/land-monitor/heatmap' \
--header 'token: {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"nf": "2023",
"qhdm": "411525014001"
}'
返回响应
🟢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": 1733378139690,
"datetime": "2024-12-05T13:55:39.69",
"code": 200,
"message": "成功",
"success": true,
"data": [
{
"sampleCount": 99106,
"centroidX": 114.35164300753277,
"centroidY": 35.87709027060218
},
{
"sampleCount": 29160,
"centroidX": 113.12805470008105,
"centroidY": 35.11691703549673
},
{
"sampleCount": 72674,
"centroidX": 111.10443818383847,
"centroidY": 34.360846487136754
},
{
"sampleCount": 86985,
"centroidX": 112.02991588210259,
"centroidY": 34.29099949126627
},
{
"sampleCount": 24144,
"centroidX": 115.28032115647702,
"centroidY": 35.8085837029246
},
{
"sampleCount": 48969,
"centroidX": 114.08721039742198,
"centroidY": 35.261626076231316
},
{
"sampleCount": 21048,
"centroidX": 113.89837895891287,
"centroidY": 33.65570462672601
},
{
"sampleCount": 144693,
"centroidX": 114.14960917608526,
"centroidY": 32.92342267472481
},
{
"sampleCount": 95132,
"centroidX": 113.010673008959,
"centroidY": 33.795405156152185
},
{
"sampleCount": 92571,
"centroidX": 115.69662142788061,
"centroidY": 34.288498528080915
},
{
"sampleCount": 102816,
"centroidX": 114.8766516828023,
"centroidY": 33.7218881522399
},
{
"sampleCount": 77860,
"centroidX": 113.46627842700026,
"centroidY": 34.627196303551756
},
{
"sampleCount": 15230,
"centroidX": 114.31002706175677,
"centroidY": 35.7212930623547
},
{
"sampleCount": 18481,
"centroidX": 112.39054401993172,
"centroidY": 35.100093777801746
},
{
"sampleCount": 164245,
"centroidX": 114.88280831577896,
"centroidY": 32.08116599113969
},
{
"sampleCount": 27288,
"centroidX": 113.7084987655611,
"centroidY": 34.07274729461273
},
{
"sampleCount": 104637,
"centroidX": 112.28323062970802,
"centroidY": 33.042689591411545
},
{
"sampleCount": 42819,
"centroidX": 114.53373514532146,
"centroidY": 34.60407420218152
}
]
}