高分辨率对地观测系统(江苏中心)数据管理系统

 2022-07-31 11:07

论文总字数:52882字

摘 要

高分辨率对地观测系统是《国家中长期科学和技术发展规划纲要(2006~2020年)》所确定的16个重大专项之一。该系统由天基观测系统、临近空间观测系统、航空观测系统、地面系统、应用系统等组成,国务院在2010年批准启动实施此专项。为积极推广卫星数据资源共享和数据应用,目前已在全国多个省市建立了高分省级数据中心。为满足我省社会和经济发展的需要,确保掌握信息资源权,促进形成空间信息产业链,我省已设立高分辨率对地观测系统江苏数据与应用中心。为了满足省内高分数据分发的需求,实现数据的获取、管理、查询、订购等功能,中心目前需开发高分辨率对地观测系统(江苏中心)数据管理系统。

本文首先介绍课题相关的研究背景和意义,并介绍了当前课题的专项和系统研究现状,包括高分专项概述,高分数据源介绍,高分数据应用中心的现状,其次阐述了本次研究的主要任务和研究内容,并对本次课题的需求进行了分析;然后介绍了基于Spring Boot的高分数据管理系统,实现了数据库的操作、数据的查询和数据自动入库等功能,详细阐述了高分数据管理系统的整体架构,各模块的设计和具体实现,最后实际部署本系统,对其进行系统功能测试,并测试后台自动入库功能,验证了本系统的功能。

本次课题的数据管理系统实现了高分数据申请查询、数据库操作、数据自动入库和卫星数据解析等功能,基本实现支持省内高分数据分发的目标。

关键词:高分数据,Spring Boot,数据查询,自动入库

Design and Implementation of Data Management System of High Resolution Earth Observation System (Jiangsu Center)

Abstract

The high-resolution Earth observation system is one of the 16 major projects identified in the "Outline of the Medium and Long-Term National Science and Technology Development Plan (2006-2020)". The system consists of a space-based observing system, an approaching space observing system, an aviation observing system, a ground system, and an application system. It was approved by the State Council in 2010 and implemented. In order to actively promote the sharing of satellite data resources and data applications, high-score provincial-level data centers have been established in many provinces and cities across the country. In order to meet the needs of the province's social and economic development, ensure the right to control information resources, and promote the formation of a spatial information industry chain, the province has set up a high-resolution Earth observation system Jiangsu Data and Application Center. The center currently needs to develop a high-resolution Earth observation system (Jiangsu Center) data management system to achieve data acquisition, management, query, ordering and other functions to meet the needs of high-score data distribution in the province.

This article first introduces the research background and significance of the project, and introduces the research status of the project, including the high score special project overview, the high score data source introduction, and the current status of the high score data application center. Secondly, the main tasks and research contents of this research are described. , and analyzed the needs of this topic; then introduced the high-level data management system based on Spring Boot, and realized the functions of database operation, data query and data auto-entry, and elaborated the high-division data management system. The overall architecture, design and implementation of each module, and finally the actual deployment of the system, its system function testing, and test the background automatically into the library function, verify the function of the system.

The data management system of this project has achieved the functions of application of high scores data query, database operations, automatic data storage, and satellite data analysis, and basically fulfills the goal of supporting high score data distribution in the province.

KEY WORDS: High Resolution Satellite Data, Spring Boot, Data query, Automatic warehousing

目录

摘要 I

Abstract II

第一章 绪论 1

1.1 研究背景和意义 1

1.2 研究现状 1

1.2.1 高分辨率对地观测系统概述 1

1.2.2 高分专项现状 1

1.2.3 高分数据源介绍 1

1.2.4 高分辨率对地观测系统省级数据与应用中心现状 3

1.3 主要任务和研究内容 4

1.4 论文组织结构 4

第二章 需求分析 5

2.1 管理系统功能需求分析 5

2.2 高分卫星数据需求分析 5

2.2.1 高分卫星数据信息 5

2.2.2 高分数据管理 5

2.3 系统前后端通讯需求分析 5

2.4 系统模块功能需求分析 6

2.5 可行性分析 6

2.6 非功能性需求 7

第三章 系统设计 8

3.1 系统项目框架及支持工具 8

3.1.1 数据库构建 8

3.1.2 系统项目基础框架 8

3.1.3 系统项目综合工具 9

3.1.4 系统项目集成开发环境 9

3.1.5 表现层技术框架 9

3.1.6 持久层技术框架 9

3.2 系统详细设计 9

3.2.1 数据库设计 9

3.2.2 请求处理流程 11

3.2.3 实体映射类(Entity层)创建 12

3.2.4 数据访问接口(DAO层)创建 14

3.2.5 逻辑应用设计(Service层) 16

3.2.6 业务流程控制(Controller层)设计 18

3.2.7 静态资源(Resources)处理 18

3.3 本章小结 18

第四章 业务流程控制设计 20

4.1 控制层算法设计 20

4.1.1 登陆注册设计 20

4.1.2 数据模糊查询设计 21

4.1.3 产品编号查询设计 25

4.1.4 购物车信息处理设计 26

4.1.5 订单信息入库设计 27

4.2 卫星数据自动入库设计 29

4.2.1 Xml文件解析类设计 29

4.2.2 卫星数据扫描设计 30

4.2.3 定时入库设计 31

4.3 本章小结 31

第五章 数据管理系统测试与评估 33

5.1 系统基础功能测试 33

5.2 系统数据查询测试 33

5.3 数据自动入库功能测试 35

5.4 本章小结 35

第六章 总结与展望 37

6.1 论文总结 37

6.2 工作展望 37

致谢 38

参考文献 39

附录A 40

附录B 46

附录C 49

绪论

研究背景和意义

对地观测系统可以使用电磁探测仪从航空航天等各种平台上的地球表面各个目标获取电磁频谱信息,如可见光,红外,微波等,并以成像或非成像格式记录和表达。处理后形成有用的信息,可以为人类提供空间信息服务。对地观测数据主要有有频谱,空间,时间,角度,偏振,极化等特点,可以广泛应用于大多数领域。

对地观测系统的发展受到广泛关注和重视。在40年的发展历程中,已经形成了三大对地观测卫星系统包括地面观测卫星,气象观测卫星和海洋观测卫星,和航空对地观测系统,以及系统完整,技术先进和功能齐全的体系,基本实现了地面观测数据的中低空间分辨率的完全自给自足。

剩余内容已隐藏,请支付后下载全文,论文总字数:52882字

您需要先支付 80元 才能查看全部内容!立即支付

该课题毕业论文、开题报告、外文翻译、程序设计、图纸设计等资料可联系客服协助查找;