Appearance
地表温度
产品简介
地表温度是地表或地表以下一定深度范围内的温度,对种子萌发、根系发育、作物生长、水分吸收等有着全方位影响。地表温度产品提供了自 2016 年以来的多年历史数据,包括每日逐小时的地表温度信息。
技术原理
直接调用卫星数据。
分辨率
覆盖范围 | 更新频率 | 数据源分辨率 | 准确度 |
---|---|---|---|
全球 | 1 天 | 9 千米 |
图层示例
接口
获取缩略图时间轴
请求示例 url
json
https://gw.datall.cn/productapi/jh-api/lstRegionApi/queryTimeAxisInfoBetweenDate
请求方式
GET
请求头
属性 | 说明 | 举例 | 是否必填 |
---|---|---|---|
ServiceKey | 密钥 | f25a*******6326b9 | 是 |
UserName | 用户名 | 176****1322 | 是 |
请求参数
属性 | 说明 | 举例 | 是否必填 |
---|---|---|---|
regionId | 区域 id | 3102000019 | 是 |
startDate | 数据开始日期 | 2021-11-24 | 否 |
cropId | 作物 id | 107 | 是 |
endDate | 数据结束日期 | 2021-11-24 | 否 |
例子
json
https://gw.datall.cn/productapi/jh-api/lstRegionApi/queryTimeAxisInfoBetweenDate?regionId=3104001644&startDate=2020-01-01&endDate=2021-12-31&cropId=107
返回
json
{
"flag": true,
"code": null,
"msg": null,
"data": [
{
"dataTime": "2020-02-11",
"layerName": "JH_PRODUCT:ly_CHN-SD-BIN-ZOU_371681_20200201_20200211_WinterWheat_250M_StripeRustForecast_rank_tif_rankid-67",
"regionCode": "CHN-SD-BIN-ZOU",
"thumbnailUrl": "https://gw.datall.cn/productapi/jh-api/geoserverApi/getAnimateThumbnail?layerName=JH_PRODUCT:ly_CHN-SD-BIN-ZOU_371681_20200201_20200211_WinterWheat_250M_StripeRustForecast_rank_tif_rankid-67®ionCode=CHN-SD-BIN-ZOU&BBOX=117.307928085413,36.6898174284316,117.955854415649,37.14550206287&ServiceKey=1c226889648944208022de5e096dc1ae&UserName=18986642665",
"bbox": "117.307928085413,36.6898174284316,117.955854415649,37.14550206287"
}
]
}
下级区域指定日期地表温度数据
接口描述
根据作物 id、日期、区域 id 条件, 获取下级区域指定日期地表温度数据
请求示例 url
json
https://gw.datall.cn/productapi/jh-api/lstRegionApi/queryRealtimeDataNextRegion
请求方式
GET
请求头
属性 | 说明 | 举例 | 是否必填 |
---|---|---|---|
ServiceKey | 密钥 | f35a*********e5680b8 | 必填 |
UserName | 用户名 | 156****1376 | 必填 |
例子
json
https://gw.datall.cn/productapi/jh-api/lstRegionApi/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查询地块
接口描述
根据区域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"
}