From 9d4ca2e7bdfc0d634b0cc27c7fbe23740f4bb398 Mon Sep 17 00:00:00 2001 From: hcong <1050828145@qq.com> Date: 星期五, 27 十二月 2024 15:43:30 +0800 Subject: [PATCH] 1. 新增aod数据索引,aod详细数据实体类,mapper,service 2. 新增卫星遥测数据网格数据pm2.5、aod数据导入,模板下载 3. FileExchange.kt 新增转换pm2.5和aod数据方法 --- src/main/kotlin/com/flightfeather/uav/common/Contanst.kt | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/main/kotlin/com/flightfeather/uav/common/Contanst.kt b/src/main/kotlin/com/flightfeather/uav/common/Contanst.kt index 8db1652..2e7c844 100644 --- a/src/main/kotlin/com/flightfeather/uav/common/Contanst.kt +++ b/src/main/kotlin/com/flightfeather/uav/common/Contanst.kt @@ -37,4 +37,8 @@ put(21, listOf(1.460621712f, 1.131760740f, 1.121104299f, 1.088876154f, 0.827697109f, 1.0f, 1.0f, 1.015988031f)) put(22, listOf(1.357157189f, 1.155444400f, 1.184586476f, 1.085940877f, 0.841801847f, 1.0f, 1.0f, 1.018320115f)) put(23, listOf(1.312873355f, 1.191067031f, 1.189618093f, 1.106982786f, 0.848180982f, 1.0f, 1.0f, 1.019044077f)) -} \ No newline at end of file +} + +//缃戞牸鍖栫洃娴嬭澶囩粡绾害锛坓ps锛� +const val GridLng = 121.235813 +const val GridLat = 30.835898 -- Gitblit v1.9.3