tongShanYuan.js 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. import tongShanYuanImage from '@/assets/images/铜山源水库.jpg' // 可以替换为实际的铜山源灌区图片
  2. // 铜山源灌区项目数据
  3. export const tongShanYuanProject = {
  4. id: 'tong-shan-yuan',
  5. title: '铜山源灌区',
  6. subtitle: '实现铜山源灌区的数字化映射',
  7. coverImage: tongShanYuanImage,
  8. date: '2024年4月',
  9. location: '浙江省·金华市',
  10. client: '浙江省水利厅',
  11. tags: ['数字孪生', '灌区', '水资源管理', '智能灌溉'],
  12. overview: '数字孪生铜山源灌区项目,基于GIS 与 BIM 融合技术构建 1:1 三维孪生模型,精准还原水库库区、干支渠网络,支持重点工程区域快速定位与沿渠自动漫游。项目可动态渲染闸门启闭、渠道输水、农田灌溉及作物生长全场景,结合墒情数据可视化呈现土壤分层结构;同时预设多类风险预警阈值,能模拟极端环境下渠道垮塌水毁等工况,为灌区工程管护、灌溉调度及风险防控提供直观的三维决策支撑。',
  13. materials: [
  14. {
  15. id: '1',
  16. name: '铜山源灌区技术方案.pdf',
  17. type: 'pdf',
  18. size: '3.2MB',
  19. uploadDate: '2024-04-15',
  20. description: '项目技术方案,包含系统架构和实现方法',
  21. category: '文件'
  22. },
  23. {
  24. id: '2',
  25. name: '灌区监测数据.csv',
  26. type: 'csv',
  27. size: '15.8MB',
  28. uploadDate: '2024-04-10',
  29. description: '铜山源灌区监测数据汇总',
  30. category: '文件'
  31. }
  32. ],
  33. technicalHighlights: {
  34. irrigationManagement: {
  35. title: '智能灌溉管理',
  36. description: '实现灌区的智能化灌溉管理',
  37. features: ['精准灌溉', '节水优化', '自动控制'],
  38. images: [tongShanYuanImage, tongShanYuanImage, tongShanYuanImage]
  39. },
  40. waterResources: {
  41. title: '水资源优化配置',
  42. description: '实现水资源的优化配置和调度',
  43. features: ['供需平衡', '调度优化', '效益分析'],
  44. images: [tongShanYuanImage, tongShanYuanImage, tongShanYuanImage]
  45. }
  46. },
  47. achievements: [
  48. {
  49. id: '1',
  50. title: '灌溉水利用系数提升至0.75',
  51. summary: '通过智能灌溉系统,灌溉水利用效率显著提升',
  52. content: '铜山源灌区项目采用智能灌溉系统,灌溉水利用系数从传统方法的0.6提升至0.75,节水效果显著。',
  53. date: '2024-04-15',
  54. author: '技术部',
  55. category: '技术成果',
  56. number: '0.75',
  57. description: '灌溉水利用系数',
  58. image: tongShanYuanImage
  59. }
  60. ],
  61. caseStudies: [
  62. {
  63. type: 'image',
  64. image: tongShanYuanImage,
  65. title: '铜山源灌区',
  66. description: '灌区实景图'
  67. },
  68. {
  69. type: 'image',
  70. image: tongShanYuanImage,
  71. title: '智能灌溉系统',
  72. description: '智能灌溉监控界面'
  73. }
  74. ],
  75. applicationEffects: [
  76. {
  77. id: '1',
  78. title: '水资源节约30%',
  79. summary: '智能灌溉系统显著节约了水资源',
  80. content: '项目实施后,铜山源灌区的水资源利用效率显著提高,灌溉用水节约了30%,实现了经济效益和环境效益的双赢。',
  81. date: '2024-04-20',
  82. author: '灌溉部',
  83. category: '节水效果',
  84. image: tongShanYuanImage
  85. }
  86. ]
  87. }