赣州市洪水风险预警系统三维版本
guoshilong
2023-02-27 4d8c6dd77427e8e581fda17b6b65ba86bfb7a815
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
{
  "data":[{
        "name": "坝上水文站",
        "sitecode": "62305550",
        "locationInfo":{
            "lgtd":"114.944064",
            "lttd":"25.812672",
            "height":"154.24",
            "heading":"343.94",
      "pitch":"-18.77",
      "roll":"359.96"
        },
        "folderName":"BS",
        "x":114.9423328,
        "y":25.8122571,
        "offsetModelHeight":17,
        "offsetwaterHeight":17,
        "defaultWaterLevel":97.47,
        "surfaceWater":[[114.9473,25.8156],[114.93745, 25.8125],[114.93743, 25.80895],[114.9410, 25.80896],[114.9473, 25.8124]]
    },
    {
        "name": "赣州水位站",
        "sitecode": "62302750",
        "locationInfo":{
            "lgtd":"114.960108",
            "lttd":"25.857716",
            "height":"199.36",
            "heading":"213.04",
      "pitch":"-15.38",
      "roll":"359.91"
        },        
        "folderName":"GZSWZ",
        "x":114.962126,
        "y":25.8579474,
        "offsetModelHeight":24,
        "offsetwaterHeight":24,
        "defaultWaterLevel":94.05,
        "surfaceWater":[[114.959764,25.867377],[114.971379,25.867391],[114.971381,25.848855],[114.951048,25.849015],[114.951104,25.857934]]
        
    },
    {
        "name": "八镜台",
        "sitecode": "",
        "locationInfo":{
            "lgtd":"114.947780",
            "lttd":"25.863079",
            "height":"441.82",
            "heading":"316.60",
      "pitch":"-11.75",
      "roll":"359.89"
        },            
        "folderName":"BJT",
        "x":114.9418834,
        "y":25.8702915,
        "offsetModelHeight":30,
        "offsetwaterHeight":30,
        "defaultWaterLevel":85,
        "surfaceWater":[[114.930857,25.880787],[114.938526,25.882505],[114.941958,25.883492],[114.945497,25.875867],[114.956328,25.866654],[114.955198,25.864552],[114.954869,25.863862],[114.951159,25.859555],[114.948407,25.857967],[114.946121,25.857815],[114.945447,25.859722],[114.945477,25.861127],[114.944714,25.862189],[114.943717,25.862693],[114.942605,25.863038],[114.941612,25.863805],[114.941055,25.864520],[114.939674,25.865291],[114.937212,25.865874],[114.935751,25.865926],[114.934992,25.867602],[114.929732,25.866063],[114.927993,25.868360],[114.926319,25.869848],[114.929286,25.874131],[114.930983,25.878018]]
    },
    {
        "name": "南河浮桥",
        "sitecode": "",
        "locationInfo":{
            "lgtd":"114.933962",
            "lttd":"25.847777",
            "height":"223.65",
            "heading":"165.36",
      "pitch":"-9.92",
      "roll":"0.04"
        },            
        "folderName":"NHFQ",
        "x":114.9367189,
        "y":25.8429364,
        "offsetModelHeight":10,
        "offsetwaterHeight":10,
        "defaultWaterLevel":95,
        "surfaceWater":[[114.931587,25.848852],[114.933672,25.848553],[114.941519,25.848833],[114.941595,25.845950],[114.942166,25.845163],[114.942344,25.844232],[114.943111,25.844207],[114.943111,25.843836],[114.942465,25.842964],[114.941938,25.840115],[114.938580,25.837739],[114.936452,25.836990],[114.934928,25.838683],[114.933357,25.839315],[114.929717,25.839884],[114.929490,25.841231],[114.929455,25.842780],[114.929786,25.845706],[114.929913,25.846037]]
    },
    {
        "name": "蟠龙镇",
        "sitecode": "",
        "locationInfo":{
            "lgtd":"114.867479",
            "lttd":"25.814341",
            "height":"775.02",
            "heading":"303.51",
      "pitch":"-25.21",
      "roll":"359.86"
        },            
        "folderName":"PLZH",
        "x":114.8561888,
        "y":25.8203297,
        "offsetModelHeight":23,
        "offsetwaterHeight":23,
        "defaultWaterLevel":95,
        "surfaceWater":[[114.841816,25.829532],[114.869000,25.829560],[114.869029,25.809552],[114.845156,25.815199]]            
    },
    {
        "name": "窑下坝(二)水文站",
        "sitecode": "62305350",
        "locationInfo":{
            "lgtd":"114.754991",
            "lttd":"25.655783",
            "height":"235.26",
            "heading":"315.60",
      "pitch":"-18.49",
      "roll":"359.89"
        },            
        "folderName":"YXBSWZ",
        "x":114.7526974,
        "y":25.6579035,
        "offsetModelHeight":23,
        "offsetwaterHeight":17,
        "defaultWaterLevel":118,
        "surfaceWater":[[114.749812,25.658451],[114.754159,25.660185],[114.755564,25.657429],[114.753006,25.656506],[114.751342,25.655667]]        
    },
    {
        "name": "信丰水文站",
        "sitecode": "62304700",
        "locationInfo":{
            "lgtd":"114.929759",
            "lttd":"25.355170",
            "height":"171.43",
            "heading":"290.02",
      "pitch":"-10.17",
      "roll":"359.86"
        },            
        "folderName":"XFSWZ",
        "x":114.9282334,
        "y":25.3551615,
        "offsetModelHeight":10,
        "offsetwaterHeight":10,
        "defaultWaterLevel":141.5,
        "surfaceWater":[[114.925857,25.355509],[114.927974,25.357213],[114.928902,25.356324],[114.930609,25.355027],[114.930393,25.354772],[114.929942,25.354427],[114.929242,25.354023],[114.928045,25.353118],[114.926807,25.354473]]    
    },
    {
        "name": "唐江镇",
        "sitecode": "62306120",
        "locationInfo":{
            "lgtd":"114.740976",
            "lttd":"25.794538",
            "height":"210.37",
            "heading":"347.95",
      "pitch":"-8.82",
      "roll":"0"
        },            
        "folderName":"TJZH",
        "x":114.7393577,
        "y":25.7987094,
        "offsetModelHeight":20,
        "offsetwaterHeight":13,
        "defaultWaterLevel":103.72,
        "surfaceWater":[[114.739831,25.802373],[114.744059,25.799161],[114.740448,25.794766],[114.734684,25.799375]]        
    },
    {
        "name": "龙华镇",
        "sitecode": "",
        "locationInfo":{
        "lgtd":"114.682239",
        "lttd":"25.828848",
            "height":"170.21",
            "heading":"23.80",
      "pitch":"-6.52",
      "roll":"0.06"
        },            
        "folderName":"LHSWZ",
        "x":114.6832089,
        "y":25.8332726,
        "offsetModelHeight":28,
        "offsetwaterHeight":28,
        "defaultWaterLevel":105,
        "surfaceWater":[[114.678081,25.837673],[114.688344,25.837660],[114.688333,25.828927],[114.678092,25.828927]]            
    },
    {
        "name": "田头水文站",
        "sitecode": "62306100",
        "locationInfo":{
                "lgtd":"114.648562",
            "lttd":"25.792096",
            "height":"170.39",
            "heading":"292.97",
      "pitch":"-9.03",
      "roll":"359.86"
        },            
        "folderName":"TTSWZ",
        "x":114.6468622,
        "y":25.7927386,
        "offsetModelHeight":36,
        "offsetwaterHeight":30,
        "defaultWaterLevel":111,
        "surfaceWater":[[114.646547,25.794677],[114.646896,25.794558],[114.647264,25.794268],[114.647528,25.794119],[114.647778,25.793975],[114.648412,25.793516],[114.648582,25.793373],[114.649157,25.792956],[114.646776,25.790823],[114.646174,25.791265],[114.645296,25.791964],[114.645126,25.792119],[114.644567,25.792823],[114.645263,25.793151],[114.645986,25.793752],[114.646291,25.794151]]            
    },
    {
        "name": "赣县大田乡",
        "sitecode": "",
        "locationInfo":{
            "lgtd":"115.119035",
            "lttd":"25.857744",
            "height":"247.00",
            "heading":"75.99",
      "pitch":"-9.07",
      "roll":"0.15"
        },            
        "folderName":"DTX",
        "x":115.125127,
        "y":25.8591242,
        "offsetModelHeight":42,
        "offsetwaterHeight":42,
        "defaultWaterLevel":102,
        "surfaceWater":[[115.121167,25.862954],[115.125302,25.862976],[115.127211,25.862968],[115.129106,25.862952],[115.129110,25.855379],[115.121223,25.855391],[115.121157,25.857194],[115.121111,25.858571]]        
    },
    {
        "name": "居龙滩水文站",
        "sitecode": "62304750",
        "locationInfo":{
            "lgtd":"115.109584",
            "lttd":"25.818553",
            "height":"278.32",
            "heading":"83.89",
      "pitch":"-15.59",
      "roll":"0.16"
        },            
        "folderName":"JLT",
        "x":115.1137296,
        "y":25.8182162,
        "offsetModelHeight":53,
        "offsetwaterHeight":55,
        "defaultWaterLevel":104,
        "surfaceWater":[[115.111663,25.822733],[115.116298,25.822727],[115.116178,25.816042],[115.114156,25.813762],[115.113538,25.813732],[115.110906,25.813733],[115.109861,25.815123],[115.111032,25.820084]]    
    },
    {
        "name": "赣县南塘大桥",
        "sitecode": "",
        "locationInfo":{
            "lgtd":"115.261689",
            "lttd":"26.081855",
            "height":"303.31",
            "heading":"278.43",
      "pitch":"-14.30",
      "roll":"359.85"
        },            
        "folderName":"GXNT",
        "x":115.2548381,
        "y":26.0836602,
        "offsetModelHeight":32,
        "offsetwaterHeight":34,
        "defaultWaterLevel":112,
        "surfaceWater":[[115.250134,26.085436],[115.253146,26.086491],[115.255225,26.088271],[115.255625,26.088992],[115.260334,26.083038],[115.258269,26.080763],[115.250730,26.078961],[115.250269,26.083647]]            
    },
    {
        "name": "翰林桥水文站",
        "sitecode": "62304150",
        "locationInfo":{
            "lgtd":"115.198953",
            "lttd":"26.040129",
            "height":"231.85",
            "heading":"289.69",
      "pitch":"-12.40",
      "roll":"359.85"
        },            
        "folderName":"HLQ",
        "x":115.1957662,
        "y":26.0411585,
        "offsetModelHeight":32,
        "offsetwaterHeight":36,
        "defaultWaterLevel":107,
        "surfaceWater":[[115.192763,26.041617],[115.195449,26.043290],[115.196991,26.044497],[115.198733,26.044500],[115.198737,26.043126],[115.198467,26.041500],[115.198463,26.040229],[115.196428,26.038222],[115.195204,26.037755],[115.193647,26.037741],[115.192781,26.037738],[115.192775,26.039058]]        
    },
    {
        "name": "赣县水位站",
        "sitecode": "62326310",
        "locationInfo":{
            "lgtd":"115.032095",
            "lttd":"25.866301",
            "height":"214.19",
            "heading":"274.96",
      "pitch":"-12.66",
      "roll":"359.85"
        },            
        "folderName":"GXSWZ",
        "x":115.029957,
        "y":25.8656244,
        "offsetModelHeight":40,
        "offsetwaterHeight":40,
        "defaultWaterLevel":94.5,
        "surfaceWater":[[115.029211,25.870978],[115.030503,25.870266],[115.035382,25.867704],[115.030227,25.860069],[115.025584,25.863941],[115.024480,25.864681]]            
    },
    {
        "name": "赣县江口镇",
        "sitecode": "",
        "locationInfo":{
            "lgtd":"115.140906",
            "lttd":"25.961030",
            "height":"233.82",
            "heading":"243.57",
              "pitch":"-18.52",
              "roll":"359.86"
        },            
        "folderName":"GXJKZH",
        "x":115.1372632,
        "y":25.9596805,
        "offsetModelHeight":6,
        "offsetwaterHeight":6,
        "defaultWaterLevel":100,
        "surfaceWater":[[115.135354,25.962495],[115.140416,25.961388],[115.139196,25.956893],[115.134148,25.958001]]        
    },
    {
        "name": "兴国县龙口镇",
        "sitecode": "",
        "locationInfo":{
            "lgtd":"115.297259",
            "lttd":"26.181230",
            "height":"296.86",
            "heading":"34.21",
              "pitch":"-22.89",
              "roll":"0.09"
        },            
        "folderName":"LKZH",
        "x":115.3009788,
        "y":26.183868,
        "offsetModelHeight":30,
        "offsetwaterHeight":30,
        "defaultWaterLevel":115,
        "surfaceWater":[[115.297653,26.185971],[115.299865,26.185982],[115.300710,26.186584],[115.300784,26.186676],[115.300934,26.186989],[115.304387,26.186989],[115.304388,26.181730],[115.304412,26.180946],[115.299089,26.180940],[115.297918,26.180950],[115.296794,26.180941],[115.296809,26.182194],[115.296831,26.182715],[115.296916,26.183476],[115.296968,26.183785],[115.297024,26.183978],[115.297138,26.184270],[115.297225,26.184406],[115.297344,26.184551]]            
    },
    {
        "name": "兴国县水文站",
        "sitecode": "62304100",
        "locationInfo":{
            "lgtd":"115.366901",
            "lttd":"26.336563",
            "height":"244.02",
            "heading":"78.50",
              "pitch":"-14.50",
              "roll":"0.15"
        },            
        "folderName":"XGXSWZ",
        "x":115.3693857,
        "y":26.3370675,
        "offsetModelHeight":12,
        "offsetwaterHeight":0,
        "defaultWaterLevel":150,
        "surfaceWater":[[115.370253,26.341042],[115.371591,26.341034],[115.373596,26.341038],[115.373621,26.340313],[115.373707,26.339634],[115.374186,26.337709],[115.374348,26.337283],[115.373787,26.337131],[115.370513,26.334243],[115.369924,26.333819],[115.368345,26.333259],[115.364306,26.333256],[115.364317,26.334365],[115.364305,26.335715]]        
    },
    {
        "name": "上犹县希望大桥",
        "sitecode": "62306050",
        "locationInfo":{
            "lgtd":"114.542145",
            "lttd":"25.790477",
            "height":"445.79",
            "heading":"103.75",
              "pitch":"-20.23",
              "roll":"0.16"
        },                    
        "folderName":"SHYXWDQ",
        "x":114.5490469,
        "y":25.7877498,
        "offsetModelHeight":60,
        "offsetwaterHeight":60,
        "defaultWaterLevel":125,
        "surfaceWater":[[114.541555,25.794263],[114.556426,25.794254],[114.556550,25.781219],[114.549498,25.781228],[114.541595,25.781233]]            
    },
    {
        "name": "崇义水文站",
        "sitecode": "62306250",
        "locationInfo":{
            "lgtd":"114.297650",
            "lttd":"25.709855",
            "height":"365.61",
            "heading":"108.23",
              "pitch":"-15.56",
              "roll":"0.15"
        },            
        "folderName":"CYSWZ",
        "x":114.3008655,
        "y":25.708567,
        "offsetModelHeight":40,
        "offsetwaterHeight":40,
        "defaultWaterLevel":229.66,
        "surfaceWater":[[114.298520,25.710219],[114.298720,25.710329],[114.298723,25.710329],[114.299352,25.710690],[114.299940,25.711016],[114.301396,25.712027],[114.304857,25.708398],[114.304395,25.707673],[114.304142,25.707282],[114.304074,25.707168],[114.301650,25.705456],[114.298782,25.705536],[114.298532,25.705584],[114.298281,25.705749],[114.297593,25.707718],[114.297526,25.707896],[114.297371,25.708583],[114.297198,25.708995],[114.297320,25.709180]]
    },
    {
        "name": "大余水文站",
        "sitecode": "62305300",
        "locationInfo":{
            "lgtd":"114.354273",
            "lttd":"25.397257",
            "height":"334.44",
            "heading":"260.65",
              "pitch":"-20.65",
              "roll":"359.84"
        },            
        "folderName":"DYSWZ",
        "x":114.3503338,
        "y":25.3973348,
        "offsetModelHeight":31,
        "offsetwaterHeight":0,
        "defaultWaterLevel":200,
        "surfaceWater":[[114.345274,25.402036],[114.355407,25.402034],[114.355407,25.395643],[114.355400,25.395627],[114.355387,25.395518],[114.355390,25.395346],[114.355392,25.395242],[114.355404,25.395138],[114.355412,25.395121],[114.355414,25.392643],[114.345264,25.392649],[114.345259,25.398665],[114.345262,25.398666],[114.345273,25.398753],[114.345275,25.398854],[114.345273,25.398961],[114.345255,25.399114],[114.345251,25.399118]]        
    },
    {
        "name": "于都县梓山镇",
        "sitecode": "",
        "locationInfo":{
            "lgtd":"115.581815",
            "lttd":"25.930987",
            "height":"394.10",
            "heading":"347.99",
              "pitch":"-18.32",
              "roll":"359.97"
        },            
        "folderName":"YDZSH",
        "x":115.5811088,
        "y":25.9381172,
        "offsetModelHeight":40,
        "offsetwaterHeight":40,
        "defaultWaterLevel":116,
        "surfaceWater":[[115.569881,25.945701],[115.592192,25.945627],[115.592161,25.930584],[115.570700,25.930546]]    
    },
    {
        "name": "于都县车溪水位站",
        "sitecode": "62302650",
        "locationInfo":{
            "lgtd":"115.577401",
            "lttd":"26.024348",
            "height":"274.07",
            "heading":"6.99",
              "pitch":"-13.16",
              "roll":"0.02"
        },            
        "folderName":"CXYMD",
        "x":115.5780642,
        "y":26.029118,
        "offsetModelHeight":28,
        "offsetwaterHeight":28,
        "defaultWaterLevel":117.67,
        "surfaceWater":[[115.574679,26.032677],[115.579927,26.032684],[115.580000,26.032515],[115.580008,26.032464],[115.581666,26.027352],[115.581769,26.025795],[115.574684,26.025787]]        
    },
    {
        "name": "汾坑水文站",
        "sitecode": "62303500",
        "locationInfo":{
            "lgtd":"115.667348",
            "lttd":"26.123342",
            "height":"280.35",
            "heading":"333.79",
              "pitch":"-15.48",
              "roll":"359.93"
        },            
        "folderName":"FKSWZ",
        "x":115.667006,
        "y":26.1267663,
        "offsetModelHeight":53,
        "offsetwaterHeight":53,
        "defaultWaterLevel":124.57,
        "surfaceWater":[[115.667471,26.131309],[115.671579,26.128650],[115.666544,26.122227],[115.662411,26.124895]]        
    },
    {
        "name": "峡山水文站",
        "sitecode": "62302705",
        "locationInfo":{
            "lgtd":"115.173114",
            "lttd":"25.916145",
            "height":"288.10",
            "heading":"12.35",
              "pitch":"-20.96",
              "roll":"0.03"
        },            
        "folderName":"YDXSH",
        "x":115.1756355,
        "y":25.9196727,
        "offsetModelHeight":18,
        "offsetwaterHeight":8,
        "defaultWaterLevel":127,
        "surfaceWater":[[115.170437,25.922116],[115.174852,25.922550],[115.175347,25.922616],[115.176200,25.922693],[115.176990,25.922854],[115.177589,25.923070],[115.177905,25.923210],[115.179303,25.924075],[115.179554,25.923153],[115.179538,25.923090],[115.179863,25.922647],[115.181011,25.919796],[115.180947,25.919487],[115.181219,25.918638],[115.180894,25.918505],[115.180753,25.918485],[115.180097,25.918151],[115.179790,25.918132],[115.178966,25.917639],[115.178513,25.917418],[115.178406,25.917351],[115.175693,25.916526],[115.175420,25.916589],[115.174974,25.916575],[115.174302,25.916446],[115.171713,25.915394],[115.171384,25.917218],[115.171208,25.918831],[115.171157,25.918962],[115.171123,25.919316],[115.171015,25.920017]]            
    },
    {
        "name": "于都县城红军桥",
        "sitecode": "",
        "locationInfo":{
            "lgtd":"115.390949",
            "lttd":"25.966247",
            "height":"387.35",
            "heading":"217.09",
      "pitch":"-18.85",
      "roll":"359.90"
        },            
        "folderName":"YDHJDQ",
        "x":115.3880579,
        "y":25.9613601,
        "offsetModelHeight":-35,
        "offsetwaterHeight":8,
        "defaultWaterLevel":126,
        "surfaceWater":[[115.385805,25.969150],[115.391599,25.965071],[115.393483,25.963914],[115.393913,25.963741],[115.394642,25.963273],[115.395191,25.963236],[115.393328,25.960048],[115.393329,25.959907],[115.393253,25.959642],[115.393056,25.959235],[115.391193,25.956391],[115.390880,25.955723],[115.390970,25.955622],[115.389724,25.953418],[115.383422,25.958594],[115.381016,25.960624],[115.382082,25.962506],[115.382105,25.962642],[115.382448,25.963143],[115.382669,25.963647],[115.384188,25.965952],[115.384638,25.966433],[115.384588,25.966548],[115.384864,25.967067],[115.384941,25.967192],[115.384967,25.967346],[115.384938,25.967409]]            
    },
    {
        "name": "宁都县水文站",
        "sitecode": "62303350",
        "locationInfo":{
            "lgtd":"116.023761",
            "lttd":"26.475782",
            "height":"368.46",
            "heading":"290.17",
      "pitch":"-24.42",
      "roll":"359.84"
        },            
        "folderName":"NDSWZ",
        "x":116.0205077,
        "y":26.477483,
        "offsetModelHeight":9,
        "offsetwaterHeight":7,
        "defaultWaterLevel":186.07,
        "surfaceWater":[[116.018503,26.479558],[116.022983,26.479279],[116.022319,26.476931],[116.022304,26.476849],[116.021875,26.474923],[116.021385,26.475027],[116.019243,26.475310],[116.019045,26.475398],[116.018384,26.475480],[116.018454,26.476485],[116.018506,26.478730]]        
    },
    {
        "name": "宁都县固村",
        "sitecode": "",
        "locationInfo":{
            "lgtd":"116.149642",
            "lttd":"26.234386",
            "height":"300.09",
            "heading":"14.70",
      "pitch":"-22.11",
      "roll":"0.04"
        },            
        "folderName":"NDGC",
        "x":116.148909,
        "y":26.2377412,
        "offsetModelHeight":21,
        "offsetwaterHeight":15,
        "defaultWaterLevel":182,
        "surfaceWater":[[116.144635,26.241278],[116.153514,26.241247],[116.153711,26.234136],[116.144630,26.234134]]
    },
    {
        "name": "瑞金水文站",
        "sitecode": "62302350",
        "locationInfo":{
            "lgtd":"116.036872",
            "lttd":"25.869283",
            "height":"305.08",
            "heading":"190.25",
      "pitch":"-28.60",
      "roll":"359.97"
        },            
        "folderName":"RJSWZ",
        "x":116.0362633,
        "y":25.8680146,
        "offsetModelHeight":27,
        "offsetwaterHeight":24,
        "defaultWaterLevel":185.56,
        "surfaceWater":[[116.034275,25.869441],[116.035251,25.869315],[116.036122,25.869199],[116.036776,25.869288],[116.037465,25.869527],[116.037860,25.868641],[116.038241,25.868247],[116.038365,25.867914],[116.038478,25.867211],[116.038498,25.866661],[116.034215,25.866661],[116.034252,25.868020],[116.034269,25.868943],[116.034269,25.869026],[116.034308,25.869093]]
    },
    {
        "name": "石城水文站",
        "sitecode": "62303650",
        "locationInfo":{
            "lgtd":"116.363148",
            "lttd":"26.361228",
            "height":"336.60",
            "heading":"288.92",
      "pitch":"-26.67",
      "roll":"359.84"
        },            
        "folderName":"SCSWZ",
        "x":116.359783,
        "y":26.3624313,
        "offsetModelHeight":17,
        "offsetwaterHeight":21,
        "defaultWaterLevel":218.42,
        "surfaceWater":[[116.357154,26.364906],[116.363143,26.364931],[116.363214,26.359679],[116.357054,26.359692]]    
    },
    {
        "name": "庙子潭水文站",
        "sitecode": "",
        "locationInfo":{
            "lgtd":"116.217954",
            "lttd":"26.160574",
            "height":"280.98",
            "heading":"328.70",
      "pitch":"-26.18",
      "roll":"359.91"
        },            
        "folderName":"MZT",
        "x":116.21822,
        "y":26.1616199,
        "offsetModelHeight":18,
        "offsetwaterHeight":8,
        "defaultWaterLevel":203,
        "surfaceWater":[[116.216749,26.165861],[116.221113,26.163841],[116.222313,26.163010],[116.221351,26.161683],[116.217797,26.157564],[116.214143,26.159446]]    
    },
    {
        "name": "葫芦阁水文站",
        "sitecode": "62302550",
        "locationInfo":{
            "lgtd":"115.622722",
            "lttd":"25.757710",
            "height":"317.84",
            "heading":"106.41",
      "pitch":"-26.10",
      "roll":"0.16"
        },            
        "folderName":"HCHLG",
        "x":115.6251552,
        "y":25.7561149,
        "offsetModelHeight":25,
        "offsetwaterHeight":26,
        "defaultWaterLevel":136.36,
        "surfaceWater":[[115.621366,25.760469],[115.623239,25.760490],[115.623384,25.760486],[115.625533,25.760483],[115.625713,25.760490],[115.629146,25.760508],[115.629106,25.751793],[115.626673,25.751799],[115.624842,25.751808],[115.621490,25.751835]]        
    },
    {
        "name": "麻州水文站",
        "sitecode": "62302850",
        "locationInfo":{
            "lgtd":"115.785845",
            "lttd":"25.514410",
            "height":"281.76",
            "heading":"263.80",
      "pitch":"-17.63",
      "roll":"359.84"
        },            
        "folderName":"HCMZZH",
        "x":115.784003,
        "y":25.5147443,
        "offsetModelHeight":102,
        "offsetwaterHeight":99,
        "defaultWaterLevel":96.28,
        "surfaceWater":[[115.782269,25.515920],[115.782907,25.515918],[115.783567,25.515963],[115.785812,25.516000],[115.785879,25.513477],[115.784966,25.513472],[115.782793,25.513420],[115.782137,25.513459],[115.782165,25.514953]]
    },
    {
        "name": "会昌县城水位站",
        "sitecode": "62302450",
        "locationInfo":{
            "lgtd":"115.778644",
            "lttd":"25.602947",
            "height":"213.72",
            "heading":"308.26",
      "pitch":"-14.23",
      "roll":"359.88"
        },            
        "folderName":"HCXSWZ",
        "x":115.7775979,
        "y":25.6038257,
        "offsetModelHeight":12,
        "offsetwaterHeight":10,
        "defaultWaterLevel":160.88,
        "surfaceWater":[[115.777256,25.605412],[115.777677,25.605129],[115.777707,25.605115],[115.777752,25.605090],[115.777813,25.605059],[115.777856,25.605027],[115.777890,25.605000],[115.778930,25.604295],[115.779038,25.604228],[115.779075,25.604211],[115.779414,25.603993],[115.778285,25.602652],[115.778065,25.602252],[115.777700,25.602452],[115.777654,25.602468],[115.777621,25.602488],[115.777600,25.602510],[115.777578,25.602525],[115.776427,25.603312],[115.776386,25.603329],[115.776351,25.603357],[115.776266,25.603411],[115.776056,25.603540],[115.775787,25.603757],[115.775932,25.603882]]        
    },
    {
        "name": "筠门岭水文站",
        "sitecode": "62302800",
        "locationInfo":{
            "lgtd":"115.748340",
            "lttd":"25.237286",
            "height":"280.75",
            "heading":"356.69",
      "pitch":"-26.23",
      "roll":"359.99"
        },            
        "folderName":"HCJML",
        "x":115.748459,
        "y":25.2382158,
        "offsetModelHeight":18,
        "offsetwaterHeight":16,
        "defaultWaterLevel":211.21,
        "surfaceWater":[[115.747586,25.238782],[115.748128,25.238737],[115.749208,25.238761],[115.749219,25.238478],[115.749326,25.237979],[115.749347,25.237687],[115.749109,25.237685],[115.748474,25.237600],[115.747778,25.237767],[115.747545,25.237765],[115.747584,25.237976],[115.747581,25.238238],[115.747571,25.238338],[115.747573,25.238417],[115.747569,25.238616]]
    },
    {
        "name": "水背水文站",
        "sitecode": "81100100",
        "locationInfo":{
            "lgtd":"115.676163",
            "lttd":"24.799474",
            "height":"297.73",
            "heading":"96.70",
      "pitch":"-20.38",
      "roll":"0.15"
        },            
        "folderName":"SBSWZ",
        "x":115.6779497,
        "y":24.7992923,
        "offsetModelHeight":30,
        "offsetwaterHeight":30,
        "defaultWaterLevel":219.48,
        "surfaceWater":[[115.680836,24.802855],[115.680015,24.804297],[115.681481,24.801734],[115.682504,24.799914],[115.681347,24.799264],[115.679000,24.794831],[115.677364,24.794831],[115.676159,24.794834],[115.673751,24.794852],[115.673879,24.798186],[115.674794,24.801615],[115.676008,24.802505],[115.678911,24.803791],[115.679485,24.804114]]
    },
    {
        "name": "羊信江水文站",
        "sitecode": "62302950",
        "locationInfo":{
            "lgtd":"115.386658",
            "lttd":"25.308653",
            "height":"282.60",
            "heading":"310.11",
      "pitch":"-10.94",
      "roll":"359.88"
        },            
        "folderName":"YXJSWZ",
        "x":115.3853624,
        "y":25.3100269,
        "offsetModelHeight":39,
        "offsetwaterHeight":38.5,
        "defaultWaterLevel":194.99,
        "surfaceWater":[[115.383890,25.311840],[115.386804,25.311853],[115.386844,25.308139],[115.383931,25.308143]]    
    },
    {
        "name": "凤岗镇",
        "sitecode": "",
        "locationInfo":{
            "lgtd":"114.798022",
            "lttd":"25.813740",
            "height":"167.11",
            "heading":"24.87",
      "pitch":"-8.95",
      "roll":"0.06"
        },            
        "folderName":"FGSJ",
        "x":114.7988293,
        "y":25.815498,
        "offsetModelHeight":25,
        "offsetwaterHeight":25,
        "defaultWaterLevel":96,
        "surfaceWater":[[114.798551,25.818317],[114.798967,25.818317],[114.800653,25.818674],[114.801281,25.815903],[114.799444,25.812267],[114.797661,25.812968],[114.796114,25.813857],[114.798259,25.817424]]        
    },
    {
        "name": "古陂水文站",
        "sitecode": "62304840",
        "locationInfo":{
            "lgtd":"115.121608",
            "lttd":"25.339345",
            "height":"307.40",
            "heading":"356.66",
      "pitch":"-41.40",
      "roll":"359.99"
        },            
        "folderName":"GPSWZ",
        "x":115.1208382,
        "y":25.3410508,
        "offsetModelHeight":7,
        "offsetwaterHeight":14,
        "defaultWaterLevel":158.11,
        "surfaceWater":[[115.118291,25.342848],[115.123406,25.342861],[115.123368,25.339264],[115.118300,25.339255]]        
    },
    {
        "name": "胜前水文站",
        "sitecode": "81101450",
        "locationInfo":{
            "lgtd":"115.199015",
            "lttd":"24.868867",
            "height":"282.77",
            "heading":"207.65",
      "pitch":"-7.35",
      "roll":"359.93"
        },            
        "folderName":"DNSQ",
        "x":115.1978253,
        "y":24.8669133,
        "offsetModelHeight":14.5,
        "offsetwaterHeight":14.5,
        "defaultWaterLevel":224,
        "surfaceWater":[[115.195887,24.868755],[115.196946,24.868756],[115.199824,24.868766],[115.199821,24.866653],[115.199824,24.866031],[115.199816,24.865054],[115.195870,24.865052],[115.195871,24.868081]]        
    },
    {
        "name": "龙南县水文站",
        "sitecode": "62304620",
        "locationInfo":{
            "lgtd":"114.788323",
            "lttd":"24.918671",
            "height":"294.53",
            "heading":"290.36",
      "pitch":"-15.05",
      "roll":"359.86"
        },            
        "folderName":"LNSWZ",
        "x":114.7867741,
        "y":24.9199199,
        "offsetModelHeight":15,
        "offsetwaterHeight":5.3,
        "defaultWaterLevel":200.94,
        "surfaceWater":[[114.781773,24.924261],[114.791696,24.924223],[114.791702,24.915567],[114.781781,24.915573]]    
    },
    {
        "name": "全南县城",
        "sitecode": "62304580",
        "locationInfo":{
            "lgtd":"114.520472",
            "lttd":"24.727424",
            "height":"611.34",
            "heading":"79.77",
      "pitch":"-25.56",
      "roll":"0.16"
        },            
        "folderName":"QNSWZ",
        "x":114.5284452,
        "y":24.7278285,
        "offsetModelHeight":20.5,
        "offsetwaterHeight":10.5,
        "defaultWaterLevel":250.76,
        "surfaceWater":[[114.524417,24.730904],[114.532491,24.730912],[114.532565,24.724647],[114.524391,24.724635]]
    },
    {
        "name": "上犹安和水文站",
        "sitecode": "62306550",
        "locationInfo":{
            "lgtd":"114.511329",
            "lttd":"25.976178",
            "height":"406.44",
            "heading":"43.09",
      "pitch":"-25.56",
      "roll":"0.11"
        },            
        "folderName":"SHYANH",
        "x":114.513971,
        "y":25.9782189,
        "offsetModelHeight":-42,
        "offsetwaterHeight":-40,
        "defaultWaterLevel":250.19,
        "surfaceWater":[[114.511303,25.980675],[114.516808,25.980655],[114.516799,25.975833],[114.511288,25.975851]]
    },
    {
        "name": "东江源水文站",
        "sitecode": "62304580",
        "locationInfo":{
            "lgtd":"115.685470",
            "lttd":"24.826325",
            "height":"335.37",
            "heading":"90.26",
      "pitch":"-18.70",
      "roll":"0.15"
        },            
        "folderName":"DJY",
        "x":115.6863984,
        "y":24.8260794,
        "offsetModelHeight":33,
        "offsetwaterHeight":10,
        "defaultWaterLevel":250.76,
        "surfaceWater":[[115.683375,24.828817],[115.689426,24.828827],[115.689384,24.823385],[115.683312,24.823398]]
    }
]
}