-
Notifications
You must be signed in to change notification settings - Fork 1
/
openapi.yml
970 lines (969 loc) · 32.3 KB
/
openapi.yml
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
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
openapi: 3.1.0
info:
title: CIP-service Indexing API
description: The Catchment Index Processing Service provides the ability to associate hydrologic features with NHDPlus catchments.
license:
name: Creative Commons Zero Public Domain Dedication
url: https://edg.epa.gov/EPA_Data_License.html
version: 1.0.0
servers:
- url: https://localhost:3000
paths:
/rpc/cipsrv_index:
post:
tags:
- 'CIP Services'
summary: CIP-service Indexing Endpoint
description: CIP-service Indexing Endpoint
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/cipsrv_index_rb'
responses:
200:
description: CIP-service Indexing Response
content:
application/json:
schema:
$ref: '#/components/schemas/cipsrv_index_resp'
/rpc/cipsrv_domains:
get:
tags:
- 'CIP Services'
summary: CIP-service Domains Endpoint
description: CIP-service Domains Endpoint
responses:
'200':
description: states and tribes
content:
application/json:
schema:
$ref: '#/components/schemas/cipsrv_domains'
/rpc/navigate:
post:
tags:
- 'Utility Services'
summary: CIP-service Navigation Endpoint
description: CIP-service Navigation Endpoint
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/navigate_rb'
responses:
200:
description: CIP-service Navigation Response
content:
application/json:
schema:
$ref: '#/components/schemas/navigate_resp'
/rpc/delineate:
post:
tags:
- 'Utility Services'
summary: CIP-service Delineation Endpoint
description: CIP-service Delineation Endpoint
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/delineate_rb'
responses:
200:
description: CIP-service Delineation Response
content:
application/json:
schema:
$ref: '#/components/schemas/delineate_resp'
/rpc/pointindexing:
post:
tags:
- 'Utility Services'
summary: CIP-service Point Indexing Endpoint
description: CIP-service Point Indexing Endpoint
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/pointindexing_rb'
responses:
200:
description: CIP-service Point Catchment Reach Indexing Response
content:
application/json:
schema:
$ref: '#/components/schemas/pointindexing_resp'
/rpc/randomcatchment:
post:
tags:
- 'Utility Services'
summary: CIP-service Utility Random Catchment
description: CIP-service Utility Random Catchment Endpoint
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/randomcatchment_rb'
responses:
200:
description: CIP-service Utility Random Catchment Response
content:
application/json:
schema:
$ref: '#/components/schemas/randomcatchment_resp'
/rpc/randomhuc12:
post:
tags:
- 'Utility Services'
summary: CIP-service Utility Random HUC12
description: CIP-service Utility Random HUC12 Endpoint
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/randomhuc12_rb'
responses:
200:
description: CIP-service Utility Random HUC12 Response
content:
application/json:
schema:
$ref: '#/components/schemas/randomhuc12_resp'
/rpc/randomnav:
post:
tags:
- 'Utility Services'
summary: CIP-service Utility Random Nav Location
description: CIP-service Utility Random Nav Location Endpoint
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/randomnav_rb'
responses:
200:
description: CIP-service Utility Random Nav Location Response
content:
application/json:
schema:
$ref: '#/components/schemas/randomnav_resp'
/rpc/randomppnav:
post:
tags:
- 'Utility Services'
summary: CIP-service Utility Random PP Nav Locations
description: CIP-service Utility Random PP Nav Locations Endpoint
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/randomppnav_rb'
responses:
200:
description: CIP-service Utility Random PP Nav Locations Response
content:
application/json:
schema:
$ref: '#/components/schemas/randomppnav_resp'
/rpc/randompoint:
post:
tags:
- 'Utility Services'
summary: CIP-service Utility Random Point
description: CIP-service Utility Random Point Endpoint
requestBody:
required: true
content:
application/json:
schema:
$ref: '#/components/schemas/randompoint_rb'
responses:
200:
description: CIP-service Utility Random Point Response
content:
application/json:
schema:
$ref: '#/components/schemas/randompoint_resp'
components:
schemas:
cipsrv_index_rb:
type: object
properties:
points:
description: GeoJSON feature or feature collection of one or more points to index.
oneOf:
- $ref: '#/components/schemas/geojson_featurecollection'
- $ref: '#/components/schemas/geojson_feature'
nullable: true
lines:
description: GeoJSON feature or feature collection of one or more line strings to index.
oneOf:
- $ref: '#/components/schemas/geojson_featurecollection'
- $ref: '#/components/schemas/geojson_feature'
nullable: true
areas:
description: GeoJSON feature or feature collection of one or more polygons to index.
oneOf:
- $ref: '#/components/schemas/geojson_featurecollection'
- $ref: '#/components/schemas/geojson_feature'
nullable: true
geometry:
description: GeoJSON geometry, feature or feature collection of one or more geometries to index.
oneOf:
- $ref: '#/components/schemas/geojson_featurecollection'
- $ref: '#/components/schemas/geojson_feature'
- $ref: '#/components/schemas/geojson_geometry'
nullable: true
geometry_clip:
description: array of clip items to apply to the incoming features.
type: array
items:
type: string
nullable: true
geometry_clip_stage:
description: flag to control whether to clip features before or after indexing.
type: string
nullable: true
enum:
- BEFORE
- AFTER
default: BEFORE
catchment_filter:
description: >
Array of filter items to apply to indexing results. Filter values may include:
* USPS codes for the 50 states plus DC, PR, VI, AS, GU and MP.
* Tribal keywords: ALLTRIBAL, PARTTRIBAL, NOTRIBAL or TRIBAL < X.
For the TRIBAL < X keyword X is a decimal percentage that tribal percentage of the catchment must meet to be included.
type: array
items:
type: string
nullable: true
nhdplus_version:
$ref: '#/components/schemas/nhdplus_version'
wbd_version:
description: WBD version used in CIP indexing. Currently non-functional.
type: string
nullable: true
default_point_indexing_method:
description: Point indexing method to use when point features are received without expressly defining a point indexing method.
type: string
nullable: true
enum:
- point_simple
default: point_simple
default_line_indexing_method:
description: Line indexing method to use when line features are received without expressly defining a line indexing method.
type: string
nullable: true
enum:
- line_simple
- line_levelpath
default: line_simple
default_line_threshold:
description: Linear threshold percentage (0 - 100) to use when linear features are received without expressly defining a linear threshold value.
type: number
minimum: 0
maximum: 100
nullable: true
default_ring_indexing_method:
description: Area indexing method to use when linear features that form a closed ring are received without expressly defining a ring indexing method. To preclude ring processing, set this value to **treat_as_lines**.
type: string
nullable: true
enum:
- area_simple
- area_centroid
- area_artpath
- treat_as_lines
default: treat_as_lines
default_ring_areacat_threshold:
description: Area catchment threshold percentage (0 - 100) to use when ring features are received without expressly defining a ring area catchment threshold value.
type: number
minimum: 0
maximum: 100
nullable: true
default_ring_areaevt_threshold:
description: Area event threshold percentage (0 - 100) to use when ring features are received without expressly defining a ring area event threshold value.
type: number
minimum: 0
maximum: 100
nullable: true
default_area_indexing_method:
description: Area indexing method to use when polygon features are received without expressly defining an area indexing method.
type: string
nullable: true
enum:
- area_simple
- area_centroid
- area_artpath
default: area_simple
default_areacat_threshold:
description: Area catchment threshold percentage (0 - 100) to use when area features are received without expressly defining an area catchment threshold value.
type: number
minimum: 0
maximum: 100
nullable: true
default_areaevt_threshold:
description: Area event threshold percentage (0 - 100) to use when area features are received without expressly defining an area event threshold value.
type: number
minimum: 0
maximum: 100
nullable: true
known_region:
description: >
Provided value to use to determine the proper spatial reference system to use in geometric analysis.
Providing an SRID value such as 5070 or a US state code such as MN will skip the sometimes expensive determination of the correct SRID for the feature.
However, if the feature does not actually apply to the provide known_region hint, then indexing may fail or return incorrect results.
If in doubt, leave this parameter blank.
type: string
nullable: true
return_indexing_summary:
description: Flag as to whether to return a detailed summary of the indexing actions. Setting this false will slightly improve performance and throughput.
type: boolean
nullable: true
default: true
return_indexed_features:
description: >
Flag as to whether to return indexed features in the results payload.
Indexing may clip features creating a smaller, different geometry that users may wish to inspect.
Setting this false will improve performance when large features are clipped to detailed political borders.
type: boolean
nullable: true
default: true
return_indexed_collection:
description: >
Flag as to whether to return all indexed features as a single geometry collection.
This functionality is meant for users who just wish all the features back in a simple format for easy display purposes.
type: boolean
nullable: true
default: false
return_catchment_geometry:
description: Flag as to whether to return the catchment geometry in the results payload.
type: boolean
nullable: true
default: true
return_flowlines:
description: Flag as to whether to return a feature collection of flowlines associated with indexed catchments.
type: boolean
nullable: true
default: true
return_huc12s:
description: Flag as to whether to return a feature collection of HUC12s associated with indexed catchments. Currently non-functional.
type: boolean
nullable: true
default: false
return_flowline_geometry:
description: Flag as to return the flowline geometry when flowlines are returned in the results payload.
type: boolean
nullable: true
default: true
return_huc12_geometry:
description: Flag as to return the HUC12 geometry when HUC12s are returned in the results payload. Currently non-functional.
type: boolean
nullable: true
default: true
required:
- nhdplus_version
cipsrv_index_resp:
type: object
properties:
indexed_points:
description: Feature collection of point event features processed through CIP indexing.
$ref: '#/components/schemas/geojson_featurecollection'
indexed_lines:
description: Feature collection of line event features processed through CIP indexing.
$ref: '#/components/schemas/geojson_featurecollection'
indexed_areas:
description: Feature collection of area event features processed through CIP indexing.
$ref: '#/components/schemas/geojson_featurecollection'
indexed_collection:
description: Geometry of all event features processed through CIP indexing.
$ref: '#/components/schemas/geojson_geometry'
indexing_summary:
$ref: '#/components/schemas/indexing_summary'
catchment_count:
type: integer
format: int32
catchment_areasqkm:
type: number
catchments:
$ref: '#/components/schemas/geojson_featurecollection'
flowlines:
$ref: '#/components/schemas/geojson_featurecollection'
huc12s:
$ref: '#/components/schemas/geojson_featurecollection'
return_code:
$ref: '#/components/schemas/return_code'
status_message:
type: string
navigate_rb:
type: object
properties:
nhdplus_version:
$ref: '#/components/schemas/nhdplus_version'
search_type:
description: |
Navigation methodolody for network discovery of events:
- UT = upstream with tributaries navigation
- UM = upstream mainstem navigation
- DM = downstream mainstem navigation
- DD = downstream with divergences navigation
- PP = point-to-point mainstem navigation
- PPALL = point-to-point mainstem navigation with all streams between
type: string
nullable: false
enum:
- UM
- UT
- DM
- DD
- PP
- PPALL
example: UT
start_nhdplusid:
description: NHDPlus flowline NHDPlusID bigint value from which to begin the navigation.
type: integer
format: int64
nullable: true
start_permanent_identifier:
description: NHD flowline permanent identifier string value from which to begin the navigation. Permanent Identifiers may manifest as text forms of the NHDPlusID or as 40-byte guid values.
type: string
maxLength: 40
nullable: true
start_reachcode:
description: NHD flowline 14-byte reach code value from which to begin the navigation. Provide a start measure to indicate a specific position on the reach.
type: string
minLength: 14
maxLength: 14
nullable: true
start_hydroseq:
description: NHDPlus flowline hydro sequence bigint value from which to begin the navigation.
type: integer
format: int64
nullable: true
start_measure:
description: NHD flowline measure from which to begin the navigation.
type: number
minimum: 0
maximum: 100
nullable: true
stop_nhdplusid:
description: NHDPlus flowline NHDPlusID bigint value at which navigation will cease. Only used in point-to-point navigation.
type: integer
format: int64
nullable: true
stop_permanent_identifier:
description: NHD flowline permanent identifier string value from which navigation will cease. Only used in point-to-point navigation.
type: string
maxLength: 40
nullable: true
stop_reachcode:
description: NHD flowline 14-byte reach code value from which navigation will cease. Only used in point-to-point navigation.
type: string
minLength: 14
maxLength: 14
nullable: true
stop_hydroseq:
description: NHDPlus flowline hydro sequence bigint value at which navigation will cease. Only used in point-to-point navigation.
type: integer
format: int64
minimum: 0
maximum: 100
nullable: true
stop_measure:
description: NHD flowline measure at which navigation will cease. Only used in point-to-point navigation.
type: number
nullable: true
max_distancekm:
description: Maximum distance traversed in kilometers for selecting features.
type: number
nullable: true
max_flowtimeday:
description: Maximum flow time traversed in hours for selecting features. May not apply with all NHDPlus versions.
type: number
nullable: true
return_flowline_details:
description: Switch whether to return flowline details with results.
type: boolean
nullable: true
default: true
return_flowline_geometry:
description: Switch whether to return flowline geometry information with results.
type: boolean
nullable: true
default: true
navigate_resp:
type: object
properties:
flowlines:
$ref: '#/components/schemas/geojson_featurecollection'
flowline_count:
description: Total count of flowlines returned from navigation.
type: integer
format: int32
nhdplus_version:
$ref: '#/components/schemas/nhdplus_version'
return_code:
$ref: '#/components/schemas/return_code'
status_message:
description: Status message describing the results of processing. Null indicates success.
type: string
nullable: false
delineate_rb:
type: object
properties:
nhdplus_version:
$ref: '#/components/schemas/nhdplus_version'
delineate_resp:
type: object
properties:
flowlines:
$ref: '#/components/schemas/geojson_featurecollection'
pointindexing_rb:
type: object
properties:
point:
oneOf:
- $ref: '#/components/schemas/geojson_featurecollection'
- $ref: '#/components/schemas/geojson_feature'
- $ref: '#/components/schemas/geojson_geometry'
nullable: false
nhdplus_version:
$ref: '#/components/schemas/nhdplus_version'
return_snap_path:
type: boolean
nullable: true
default: false
known_region:
type: string
nullable: true
pointindexing_resp:
type: object
properties:
nhdplusid:
type: integer
format: int64
nullable: true
hydroseq:
type: integer
format: int64
nullable: true
permanent_identifier:
type: string
maxLength: 40
nullable: true
reachcode:
$ref: '#/components/schemas/reachcode'
fcode:
type: integer
format: int32
nullable: true
isnavigable:
type: boolean
nullable: true
snap_measure:
$ref: '#/components/schemas/measure'
snap_distancekm:
type: number
nullable: true
snap_point:
$ref: '#/components/schemas/geojson_feature'
snap_path:
$ref: '#/components/schemas/geojson_feature'
return_code:
$ref: '#/components/schemas/return_code'
status_message:
type: string
nullable: false
randomcatchment_rb:
type: object
properties:
nhdplus_version:
$ref: '#/components/schemas/nhdplus_version'
randomcatchment_resp:
type: object
properties:
catchment:
$ref: '#/components/schemas/geojson_feature'
randomhuc12_rb:
type: object
properties:
nhdplus_version:
$ref: '#/components/schemas/nhdplus_version'
randomhuc12_resp:
type: object
properties:
huc12:
$ref: '#/components/schemas/geojson_feature'
randomnav_rb:
type: object
properties:
nhdplus_version:
$ref: '#/components/schemas/nhdplus_version'
randomnav_resp:
type: object
properties:
navpoint:
$ref: '#/components/schemas/geojson_feature'
randomppnav_rb:
type: object
properties:
nhdplus_version:
$ref: '#/components/schemas/nhdplus_version'
randomppnav_resp:
type: object
properties:
navpoint1:
$ref: '#/components/schemas/geojson_feature'
navpoint2:
$ref: '#/components/schemas/geojson_feature'
randompoint_rb:
type: object
properties:
nhdplus_version:
$ref: '#/components/schemas/nhdplus_version'
randompoint_resp:
type: object
properties:
point:
$ref: '#/components/schemas/geojson_feature'
cipsrv_domains:
type: object
properties:
states:
$ref: '#/components/schemas/cipsrv_domains_states'
tribes:
$ref: '#/components/schemas/cipsrv_domains_tribes'
cipsrv_domains_states:
type: array
items:
$ref: '#/components/schemas/cipsrv_domains_state'
cipsrv_domains_state:
type: object
properties:
geoid:
type: string
stusps:
type: string
name:
type: string
cipsrv_domains_tribes:
type: array
items:
$ref: '#/components/schemas/cipsrv_domains_tribe'
cipsrv_domains_tribe:
type: object
properties:
aiannhns_stem:
type: string
aiannhns_namelsad:
type: string
has_reservation_lands:
type: boolean
has_trust_lands:
type: boolean
ordinate:
type: number
title: GeoJSON Ordinate
example: -89.5327
coordinates1:
type: array
title: GeoJSON Coordinates 1
items:
"$ref": "#/components/schemas/ordinate"
coordinates2:
type: array
title: GeoJSON Coordinates 2
items:
"$ref": "#/components/schemas/coordinates1"
coordinates3:
type: array
title: GeoJSON Coordinates 3
items:
"$ref": "#/components/schemas/coordinates2"
geojson_geometry:
type: object
title: GeoJSON Geometry
nullable: true
externalDocs:
url: http://geojson.org/geojson-spec.html#geometry-objects
properties:
coordinates:
oneOf:
- "$ref": "#/components/schemas/coordinates1"
- "$ref": "#/components/schemas/coordinates2"
- "$ref": "#/components/schemas/coordinates3"
- type: array
title: GeoJSON Coordinates 4
items:
"$ref": "#/components/schemas/coordinates3"
type:
type: string
enum:
- Point
- LineString
- Polygon
- MultiPoint
- MultiLineString
- MultiPolygon
description: the geometry type
geojson_bbox:
type: array
title: GeoJSON BBox
maxItems: 4
minItems: 4
items:
$ref: '#/components/schemas/ordinate'
geojson_feature:
type: object
title: GeoJSON Feature
nullable: true
required:
- type
- geometry
- properties
externalDocs:
url: https://tools.ietf.org/html/rfc7946#section-3.2
properties:
bbox:
"$ref": "#/components/schemas/geojson_bbox"
geometry:
"$ref": "#/components/schemas/geojson_geometry"
obj_type:
type: string
properties:
discriminator:
propertyName: obj_type
oneOf:
- "$ref": "#/components/schemas/event_feature_properties"
- "$ref": "#/components/schemas/indexed_catchment_properties"
- "$ref": "#/components/schemas/indexed_flowline_properties"
- "$ref": "#/components/schemas/navigated_flowline_properties"
- "$ref": "#/components/schemas/snap_point_properties"
- "$ref": "#/components/schemas/snap_path_properties"
type:
type: string
enum:
- Feature
event_feature_properties:
type: object
properties:
globalid:
type: string
lengthkm:
type: number
areasqkm:
type: number
converted_to_ring:
type: boolean
indexing_method_used:
type: string
line_threshold_used:
type: number
areacat_threshold_used:
type: number
areaevt_threshold_used:
type: number
indexed_catchment_properties:
type: object
properties:
nhdplusid:
type: integer
format: int64
catchmentstatecode:
type: string
xwalk_huc12:
type: string
minLength: 12
maxLength: 12
nullable: true
areasqkm:
type: number
indexed_flowline_properties:
type: object
properties:
nhdplusid:
description: NHDPlus int64 flowline identifier
type: integer
format: int64
gnis_id:
description: NHD GNIS identifier
type: string
gnis_name:
description: NHD GNIS name
type: string
reachcode:
$ref: '#/components/schemas/reachcode'
fmeasure:
description: NHD flowline from measure.
$ref: '#/components/schemas/measure'
tmeasure:
description: NHD flowline to measure.
$ref: '#/components/schemas/measure'
navigated_flowline_properties:
type: object
properties:
nhdplusid:
description: NHDPlus int64 flowline identifier.
type: integer
format: int64
hydroseq:
description: NHDPlus int64 hydro sequence identifier.
type: integer
format: int64
fmeasure:
description: NHD flowline from measure.
$ref: '#/components/schemas/measure'
tmeasure:
description: NHD flowline to measure.
$ref: '#/components/schemas/measure'
levelpathi:
description: NHDPlus int64 level path identifier.
type: integer
format: int64
terminalpa:
description: NHDPlus int64 terminal path identifier.
type: integer
format: int64
uphydroseq:
description: NHDPlus int64 upstream flowline hydro sequence identifier.
type: integer
format: int64
dnhydroseq:
description: NHDPlus int64 downstream flowline hydro sequence identifier.
type: integer
format: int64
lengthkm:
description: length of the navigated flowline in kilometers.
type: number
flowtimeday:
description: flow time in days of the navigated flowline.
type: number
network_distancekm:
description: total length from start to the navigated flowline in kilometers.
type: number
network_flowtimeday:
description: total flow time in days from start to the navigated flowline.
type: number
permanent_identifier:
description: NHD permanent identifier of the navigated flowline.
type: string
nullable: true
reachcode:
description: NHD reach code of the navigated flowline
$ref: '#/components/schemas/reachcode'
fcode:
description: NHD feature type code of the navigated flowline.
type: integer
format: int32
gnis_id:
description: NHD GNIS identifier of the navigated flowline.
type: string
gnis_name:
description: NHD GNIS name of the navigated flowline.
type: string
wbarea_permanent_identifier:
description: NHD permanent identifier of the NHD waterbody feature associated with a flowline artificial path.
type: string
navtermination_flag:
description: >
Integer code providing information about the navigated flowline within the context of the navigation.
Valid codes are:
0. no termination
1. full termination
2. partial termination
3. coastal termination
4. headwater termination
5. network end termination (non-coastal)
type: integer
format: int32
enum:
- 0
- 1
- 2
- 3
- 4
- 5
nav_order:
description: rough ordering key placing flowlines in navigated order
type: integer
format: int32
geojson_featurecollection:
type: object
title: GeoJSON Feature Collection
description: GeoJSon Feature collection
required:
- type
- features
externalDocs:
url: https://tools.ietf.org/html/rfc7946#section-3.3
properties:
type:
type: string
enum:
- FeatureCollection
features:
type: array
items:
$ref: '#/components/schemas/geojson_feature'
indexing_summary:
description: short summary report of indexing results.
type: object
properties:
input_features:
type: object
properties:
point_count:
type: integer
line_count:
type: integer
area_count:
type: integer
snap_point_properties:
type: object
properties:
nhdplus:
description: NHDPlus int64 flowline identifier.
type: integer
format: int64
reachcode:
$ref: '#/components/schemas/reachcode'
measure:
$ref: '#/components/schemas/measure'
snap_path_properties:
type: object
properties:
nhdplus:
description: NHDPlus int64 flowline identifier.
type: integer
format: int64
reachcode:
type: string
minLength: 14
maxLength: 14
nhdplus_version:
description: NHDPlus version used in CIP indexing.
type: string
nullable: false
enum:
- nhdplus_m
- nhdplus_h
default: nhdplus_m
example: nhdplus_m
return_code:
description: Status code for results. Zero indicates success.
type: integer
format: int32
nullable: false
measure:
type: number
minimum: 0
maximum: 100