| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- import tongShanYuanImage from '@/assets/images/铜山源水库.jpg' // 可以替换为实际的铜山源灌区图片
- // 铜山源灌区项目数据
- export const tongShanYuanProject = {
- id: 'tong-shan-yuan',
- title: '铜山源灌区',
- subtitle: '实现铜山源灌区的数字化映射',
- coverImage: tongShanYuanImage,
- date: '2024年4月',
- location: '浙江省·金华市',
- client: '浙江省水利厅',
- tags: ['数字孪生', '灌区', '水资源管理', '智能灌溉'],
- overview: '数字孪生铜山源灌区项目,基于GIS 与 BIM 融合技术构建 1:1 三维孪生模型,精准还原水库库区、干支渠网络,支持重点工程区域快速定位与沿渠自动漫游。项目可动态渲染闸门启闭、渠道输水、农田灌溉及作物生长全场景,结合墒情数据可视化呈现土壤分层结构;同时预设多类风险预警阈值,能模拟极端环境下渠道垮塌水毁等工况,为灌区工程管护、灌溉调度及风险防控提供直观的三维决策支撑。',
- materials: [
- {
- id: '1',
- name: '铜山源灌区技术方案.pdf',
- type: 'pdf',
- size: '3.2MB',
- uploadDate: '2024-04-15',
- description: '项目技术方案,包含系统架构和实现方法',
- category: '文件'
- },
- {
- id: '2',
- name: '灌区监测数据.csv',
- type: 'csv',
- size: '15.8MB',
- uploadDate: '2024-04-10',
- description: '铜山源灌区监测数据汇总',
- category: '文件'
- }
- ],
- technicalHighlights: {
- irrigationManagement: {
- title: '智能灌溉管理',
- description: '实现灌区的智能化灌溉管理',
- features: ['精准灌溉', '节水优化', '自动控制'],
- images: [tongShanYuanImage, tongShanYuanImage, tongShanYuanImage]
- },
- waterResources: {
- title: '水资源优化配置',
- description: '实现水资源的优化配置和调度',
- features: ['供需平衡', '调度优化', '效益分析'],
- images: [tongShanYuanImage, tongShanYuanImage, tongShanYuanImage]
- }
- },
- achievements: [
- {
- id: '1',
- title: '灌溉水利用系数提升至0.75',
- summary: '通过智能灌溉系统,灌溉水利用效率显著提升',
- content: '铜山源灌区项目采用智能灌溉系统,灌溉水利用系数从传统方法的0.6提升至0.75,节水效果显著。',
- date: '2024-04-15',
- author: '技术部',
- category: '技术成果',
- number: '0.75',
- description: '灌溉水利用系数',
- image: tongShanYuanImage
- }
- ],
- caseStudies: [
- {
- type: 'image',
- image: tongShanYuanImage,
- title: '铜山源灌区',
- description: '灌区实景图'
- },
- {
- type: 'image',
- image: tongShanYuanImage,
- title: '智能灌溉系统',
- description: '智能灌溉监控界面'
- }
- ],
- applicationEffects: [
- {
- id: '1',
- title: '水资源节约30%',
- summary: '智能灌溉系统显著节约了水资源',
- content: '项目实施后,铜山源灌区的水资源利用效率显著提高,灌溉用水节约了30%,实现了经济效益和环境效益的双赢。',
- date: '2024-04-20',
- author: '灌溉部',
- category: '节水效果',
- image: tongShanYuanImage
- }
- ]
- }
|